summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:44:44 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:44:44 +0000
commitd7a6086867ba79779f1a873f7825195af422353c (patch)
tree11002209375eeb513d918f9cd3af34b1eeee652b /archivers
parentcc35f4ca5e714d8313001e78f03d36a2750a735e (diff)
downloadpkgsrc-d7a6086867ba79779f1a873f7825195af422353c.tar.gz
it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting now, do so for aesthetic reasons
Diffstat (limited to 'archivers')
-rw-r--r--archivers/php4-zip/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/php4-zip/Makefile b/archivers/php4-zip/Makefile
index 4f21556f485..32b53bce8fc 100644
--- a/archivers/php4-zip/Makefile
+++ b/archivers/php4-zip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/10/31 21:28:51 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/05 21:44:44 jdolecek Exp $
MODNAME= zip
CATEGORIES+= archivers
@@ -7,10 +7,9 @@ COMMENT= PHP4 extension for ZIP archive handling
USE_BUILDLINK3= YES
-PHP_VERSION_REQD= 4
-.include "../../lang/php/ext.mk"
-
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
+PHP_VERSION_REQD= 4
+.include "../../lang/php/ext.mk"
.include "../../archivers/zziplib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"