diff options
author | fredb <fredb@pkgsrc.org> | 2000-09-02 16:29:22 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-09-02 16:29:22 +0000 |
commit | 25f065d0af659790521af0722cc469a7ef346af3 (patch) | |
tree | d734dee0f180c1edde1fbfd01172e276309147c8 /www/libwww | |
parent | fa5c7a12ab958d22d6d680c51269e4fe6d8bf3e2 (diff) | |
download | pkgsrc-25f065d0af659790521af0722cc469a7ef346af3.tar.gz |
Define USE_SSL for 1.4.x systems.
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 1f07513620b..8761d8ec0f6 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/08/06 16:51:15 tron Exp $ +# $NetBSD: Makefile,v 1.12 2000/09/02 16:29:22 fredb Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp # @@ -18,6 +18,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} USE_GMAKE= # defined USE_LIBTOOL= # defined +USE_SSL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig GNU_CONFIGURE= # defined |