diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-18 22:59:52 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-18 22:59:52 +0000 |
commit | 6e186fe3821e8eee5fc9987d048872e1a37b8c70 (patch) | |
tree | bea1c7428650d2ef50cc8e52b6b15f2717cbda12 /net/wget/Makefile | |
parent | 291ecdb5f0bb0374ce3cb55e5feda841f3473735 (diff) | |
download | pkgsrc-6e186fe3821e8eee5fc9987d048872e1a37b8c70.tar.gz |
Use RPATH_FLAG for configure.
Also only compile with ssl if the variable is set (which it is by default).
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 525ab5bda13..b0177b3da56 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2003/03/13 17:08:22 jschauma Exp $ +# $NetBSD: Makefile,v 1.59 2003/03/18 22:59:52 jschauma Exp $ DISTNAME= wget-1.8.2 CATEGORIES= net @@ -30,10 +30,10 @@ WGET_USE_SSL?= YES .if ${WGET_USE_SSL} == YES .include "../../security/openssl/buildlink2.mk" CONFIGURE_ARGS+=--with-ssl=${SSLBASE} +.else +CONFIGURE_ARGS+=--without-ssl .endif -CONFIGURE_ARGS+=--with-ssl=${SSLBASE} - .include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |