diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-15 17:58:05 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-15 17:58:05 +0000 |
commit | 5e63108afec9e6318bb4cf73c15a0337f4644a8e (patch) | |
tree | 06c0eff1e47a6efb11bf9f40b0ac87c9e88da614 /devel/pear-Console_Getopt | |
parent | c8e8d32ae99431cc23edd7ea1b953635126939ca (diff) |
Notes
Diffstat (limited to 'devel/pear-Console_Getopt')
-rw-r--r-- | devel/pear-Console_Getopt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pear-Console_Getopt/Makefile b/devel/pear-Console_Getopt/Makefile index 58f05dec10a6..a213ba681e8f 100644 --- a/devel/pear-Console_Getopt/Makefile +++ b/devel/pear-Console_Getopt/Makefile @@ -12,8 +12,8 @@ CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR command-line option parser -BUILD_DEPENDS= pear:${PORTSDIR}/lang/php4 -RUN_DEPENDS= ${BUILD_DEPENDS} +WANT_PHP_PEAR= yes +USE_PHP= yes FILES= Console/Getopt.php |