diff options
author | wiz <wiz> | 2006-12-23 10:18:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-12-23 10:18:39 +0000 |
commit | dfc9fb201f5295a6f3fec1f3627bce711de993a7 (patch) | |
tree | 3a54a8039207c39737905da8e92b3ce5c186d8ab /www/elinks/Makefile | |
parent | d0855fc8620514aa98713607e32576e073978ea1 (diff) | |
download | pkgsrc-dfc9fb201f5295a6f3fec1f3627bce711de993a7.tar.gz |
Add more options. Only include openssl/bl3.mk if ssl option is chosen
(no change for default options). From Blair Sadewitz in private mail.
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 938c5170d3e..f7c6541ffae 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/12/06 22:28:58 reed Exp $ +# $NetBSD: Makefile,v 1.31 2006/12/23 10:18:39 wiz Exp $ DISTNAME= elinks-0.11.2 CATEGORIES= www @@ -23,6 +23,5 @@ CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../lang/lua/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |