pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/zziplib Use "+=" instead of "=" for CONFIGUR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97c6b39e0bd5
branches:  trunk
changeset: 501548:97c6b39e0bd5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 20:58:58 2005 +0000

description:
Use "+=" instead of "=" for CONFIGURE_ARGS.

diffstat:

 archivers/zziplib/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 4ec4d7ad1b26 -r 97c6b39e0bd5 archivers/zziplib/Makefile
--- a/archivers/zziplib/Makefile        Sun Oct 23 20:55:14 2005 +0000
+++ b/archivers/zziplib/Makefile        Sun Oct 23 20:58:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:44:51 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/10/23 20:58:58 rillig Exp $
 #
 
 DISTNAME=      zziplib-0.10.82
@@ -13,9 +13,11 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+.include "../../mk/bsd.prefs.mk"
+
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS=                --with-zlib=${BUILDLINK_PREFIX.zlib}
+CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
 CONFIGURE_ARGS+=       --disable-builddir
 
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index