diff options
-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} |