summaryrefslogtreecommitdiff
path: root/misc/php4-calendar
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-28 06:18:13 +0000
committerjlam <jlam>2002-02-28 06:18:13 +0000
commit9d070ff4d8b138e05de06b2203c2bc4a0a846c40 (patch)
treeb6af9fa2fa337b7db2f4f6cc0546bc48ca4f3283 /misc/php4-calendar
parentdaa66097d1ad2426ca6892d05b4146958a1f6918 (diff)
downloadpkgsrc-9d070ff4d8b138e05de06b2203c2bc4a0a846c40.tar.gz
Update misc/php4-calendar to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
Diffstat (limited to 'misc/php4-calendar')
-rw-r--r--misc/php4-calendar/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/php4-calendar/Makefile b/misc/php4-calendar/Makefile
index 6afbeb38090..becf3635e0f 100644
--- a/misc/php4-calendar/Makefile
+++ b/misc/php4-calendar/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/12/03 08:31:02 jlam Exp $
-
-.include "../../www/php4/Makefile.module"
+# $NetBSD: Makefile,v 1.3 2002/02/28 06:18:13 jlam Exp $
MODNAME= calendar
CATEGORIES+= misc
@@ -8,6 +6,9 @@ PKGREVISION= # empty
COMMENT= PHP4 extension for calendar conversion support
USE_BUILDLINK_ONLY= YES
+
+.include "../../www/php4/Makefile.module"
+
CONFIGURE_ARGS+= --enable-${MODNAME}
.include "../../mk/bsd.pkg.mk"