diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-08 22:51:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-08 22:51:33 +0000 |
commit | 16dfa292aa6b59cc568aecb1ee7b343f41ea8ff9 (patch) | |
tree | 580e4b3b2602439d9e48481b29365773c04dd54c /www/phproxy | |
parent | ce28f8ef7a11d649247515454649108c961a7500 (diff) |
Notes
Diffstat (limited to 'www/phproxy')
-rw-r--r-- | www/phproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/phproxy/Makefile b/www/phproxy/Makefile index 5798e6e08c0f..5bb068d09a47 100644 --- a/www/phproxy/Makefile +++ b/www/phproxy/Makefile @@ -7,6 +7,7 @@ PORTNAME= phproxy PORTVERSION= 0.5b2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= poxy @@ -18,7 +19,7 @@ COMMENT= PHP based web proxy NO_BUILD= YES WANT_PHP_WEB= YES USE_ZIP= YES -USE_PHP= YES +USE_PHP= ctype PLIST_SUB+= PHPROXY=${PHPROXY} PHPROXY= www/${PORTNAME} EXTRACT_AFTER_ARGS+= -d ${WRKSRC} |