diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 21:07:13 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 21:07:13 +0000 |
commit | 49e9ef7f781dc0f511e367dcdf4f2798c1b025ed (patch) | |
tree | 43db2985256b44525aca65ddff538530e5c2c223 /misc/php-calendar | |
parent | 52c19805011b2d8d525f4d2a6c01cf961940d9aa (diff) | |
download | pkgsrc-49e9ef7f781dc0f511e367dcdf4f2798c1b025ed.tar.gz |
extension modules must be able to override CONFIGURE_ARGS, so include
lang/php/ext.mk before setting CONFIGURE_ARGS
Diffstat (limited to 'misc/php-calendar')
-rw-r--r-- | misc/php-calendar/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/php-calendar/Makefile b/misc/php-calendar/Makefile index bc34e5a2d8f..e255dfbdbee 100644 --- a/misc/php-calendar/Makefile +++ b/misc/php-calendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $ MODNAME= calendar CATEGORIES+= misc @@ -7,7 +7,8 @@ COMMENT= PHP extension for calendar conversion support USE_BUILDLINK3= YES +.include "../../lang/php/ext.mk" + CONFIGURE_ARGS+= --enable-${MODNAME} -.include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" |