diff options
author | hubertf <hubertf> | 1997-12-22 07:45:38 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-22 07:45:38 +0000 |
commit | 52d384397b4eab7e2f7ad85e7a1876b7c7640f79 (patch) | |
tree | f1ede92dd4a3f7486eb9c5b1fc31bf76545494e9 /net | |
parent | cb34d052b89995e07534e1e89945df2dbae1e0c6 (diff) | |
download | pkgsrc-52d384397b4eab7e2f7ad85e7a1876b7c7640f79.tar.gz |
Fix setting CONFIGURE_ARGS ("=" -> "+=")
Diffstat (limited to 'net')
-rw-r--r-- | net/scotty/Makefile | 4 | ||||
-rw-r--r-- | net/socks5/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index dcb0d4b8f87..d41c64936fc 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $NetBSD: Makefile,v 1.2 1997/11/23 22:26:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/22 07:45:49 hubertf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/27 23:01:53 cwt Exp # @@ -16,7 +16,7 @@ MAINTAINER= phk@freebsd.org LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.0 \ +CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib/tcl8.0 \ --with-tk-config=${PREFIX}/lib/tk8.0 WRKSRC=${WRKDIR}/${DISTNAME}/unix diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 8543f690b27..dcae77e637e 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $NetBSD: Makefile,v 1.3 1997/12/17 14:55:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1997/12/22 07:45:50 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp # @@ -22,7 +22,7 @@ RESTRICTED= "no commercial use" # here are some extra configure args you may wish to use # see the readme file before screwing with them # -#EXTRA_CONFIGURE_ARGS= \ +#EXTRA_CONFIGURE_ARGS+= \ # --with-default-server=socks.mydomain.com \ # --with-syslog-facility=LOG_AUTH \ # --with-passwd |