mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
include ${PREFIX}/include/openssl due to openssl upgrade.
Submitted by: Ralf S. Engelschall <rse@FreeBSD.org>
This commit is contained in:
parent
01055309bf
commit
12b97343a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19175
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: bjorb
|
||||
# Version required: 0.5.4p4
|
||||
# Version required: 0.5.5p1
|
||||
# Date created: May 16, 1998
|
||||
# Whom: issei@jp.FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1999/01/10 14:11:17 dirk Exp $
|
||||
# $Id: Makefile,v 1.5 1999/03/26 08:51:51 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bjorb-0.5.5p1
|
||||
@ -34,6 +34,7 @@ INSTALL_TARGET= install certificate
|
||||
.endif
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CFLAGS+= -I${PREFIX}/include/openssl
|
||||
CONFIGURE_ARGS= --with-ssltop=${PREFIX}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
DOCSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/Makefile.in.orig Mon Feb 22 05:01:20 1999
|
||||
+++ src/Makefile.in Wed Mar 24 20:52:03 1999
|
||||
--- Makefile.in.orig Mon Feb 22 05:01:20 1999
|
||||
+++ Makefile.in Wed Mar 24 20:52:03 1999
|
||||
@@ -29,7 +29,7 @@
|
||||
LDFLAGS =
|
||||
LIBS = @LIBS@
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 15 Dec 1994
|
||||
# Whom: Stefan `Sec` Zehl <sec@42.org>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1999/05/03 03:08:36 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lynx2.8.1rel.1
|
||||
@ -27,6 +27,7 @@ BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl
|
||||
RESTRICTED= "Contains cryptography"
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CFLAGS+= I${PREFIX}/include/openssl
|
||||
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" \
|
||||
--enable-nsl-fork
|
||||
MAKEFILE= makefile
|
||||
|
Loading…
Reference in New Issue
Block a user