summaryrefslogtreecommitdiff
path: root/misc/php-calendar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/php-calendar/Makefile')
-rw-r--r--misc/php-calendar/Makefile5
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"