diff options
author | dirk <dirk@FreeBSD.org> | 1999-06-02 15:23:49 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-06-02 15:23:49 +0800 |
commit | ed950ee7b7ad28a976fa1fdce1ef75d046179ac0 (patch) | |
tree | eca62b42fd2e8b763b9f28eeb42f4d7c61fbaee9 /www | |
parent | 987ee0cbaf8a1081ea88fef16b20926d624d5570 (diff) | |
download | freebsd-ports-gnome-ed950ee7b7ad28a976fa1fdce1ef75d046179ac0.tar.gz freebsd-ports-gnome-ed950ee7b7ad28a976fa1fdce1ef75d046179ac0.tar.zst freebsd-ports-gnome-ed950ee7b7ad28a976fa1fdce1ef75d046179ac0.zip |
include ${PREFIX}/include/openssl due to openssl upgrade.
Submitted by: Ralf S. Engelschall <rse@FreeBSD.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-ssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |