diff options
author | wiz <wiz> | 2002-06-17 10:33:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-06-17 10:33:52 +0000 |
commit | 66e97d6a46d71f0306f0f3b8695a60303770ca39 (patch) | |
tree | 685e635ccf7284c83e93cc03b8a1947c0dbff937 /www/links | |
parent | a93f0c218a1394f483224a5567d8568009a70641 (diff) | |
download | pkgsrc-66e97d6a46d71f0306f0f3b8695a60303770ca39.tar.gz |
Remove commented out USE_SSL (openssl buildlinks were already used).
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 27f3119a387..ea069bb6668 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/05/10 08:14:35 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/06/17 10:33:54 wiz Exp $ # DISTNAME= links-0.97 @@ -14,7 +14,6 @@ HOMEPAGE= http://artax.karlin.mff.cuni.cz/~mikulas/links/ COMMENT= Lynx-like text WWW browser GNU_CONFIGURE= YES -#USE_SSL= YES USE_BUILDLINK_ONLY= YES .include "../../security/openssl/buildlink.mk" |