diff options
-rw-r--r-- | security/bjorb/Makefile | 5 | ||||
-rw-r--r-- | security/bjorb/files/patch-aa | 4 | ||||
-rw-r--r-- | www/lynx-ssl/Makefile | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile index df91787e79d6..56c63fdf9182 100644 --- a/security/bjorb/Makefile +++ b/security/bjorb/Makefile @@ -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} diff --git a/security/bjorb/files/patch-aa b/security/bjorb/files/patch-aa index 08399d1c2ec9..3219c68c2db0 100644 --- a/security/bjorb/files/patch-aa +++ b/security/bjorb/files/patch-aa @@ -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@ diff --git a/www/lynx-ssl/Makefile b/www/lynx-ssl/Makefile index 0010d8e1b4c2..9847e612f385 100644 --- a/www/lynx-ssl/Makefile +++ b/www/lynx-ssl/Makefile @@ -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 |