diff options
author | jlam <jlam> | 2002-02-28 06:16:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-28 06:16:59 +0000 |
commit | a8b0565f56b7cd25215505376d034ac43e727531 (patch) | |
tree | 5bcdee8fca50991282369886a69f1fd2c3b2cc89 | |
parent | 89752412534fe0961b877fac3604dba94458ba80 (diff) | |
download | pkgsrc-a8b0565f56b7cd25215505376d034ac43e727531.tar.gz |
Update databases/php4-filepro to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
-rw-r--r-- | databases/php4-filepro/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/php4-filepro/Makefile b/databases/php4-filepro/Makefile index 5a3e9ea5e1a..b26e49683d6 100644 --- a/databases/php4-filepro/Makefile +++ b/databases/php4-filepro/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/12/03 08:30:59 jlam Exp $ - -.include "../../www/php4/Makefile.module" +# $NetBSD: Makefile,v 1.4 2002/02/28 06:16:59 jlam Exp $ MODNAME= filepro CATEGORIES+= databases @@ -8,6 +6,9 @@ PKGREVISION= # empty COMMENT= PHP4 extension for read-only filePro database access USE_BUILDLINK_ONLY= YES + +.include "../../www/php4/Makefile.module" + CONFIGURE_ARGS+= --with-${MODNAME}=shared .include "../../mk/bsd.pkg.mk" |