diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 13:23:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 13:23:51 +0800 |
commit | 150ee35dfa977f6271ca0dfd7bcb7dc491435459 (patch) | |
tree | 11f575e206817adcc43e97b301444f1763904b60 /databases/mysql-editor | |
parent | 116cc1223979c4f67ee94d6f479caf87acadf3a8 (diff) | |
download | freebsd-ports-gnome-150ee35dfa977f6271ca0dfd7bcb7dc491435459.tar.gz freebsd-ports-gnome-150ee35dfa977f6271ca0dfd7bcb7dc491435459.tar.zst freebsd-ports-gnome-150ee35dfa977f6271ca0dfd7bcb7dc491435459.zip |
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
Diffstat (limited to 'databases/mysql-editor')
-rw-r--r-- | databases/mysql-editor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql-editor/Makefile b/databases/mysql-editor/Makefile index 02a4513237fc..170b6eb2d314 100644 --- a/databases/mysql-editor/Makefile +++ b/databases/mysql-editor/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${CGI_BIN}:${PORTSDIR}/${APACHE_PORT} \ NO_BUILD= True APACHE_COMPAT= True +USE_PERL5= yes CGI_BIN= ${LOCALBASE}/www/cgi-bin |