diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 05:23:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 05:23:51 +0000 |
commit | a1652d92aa0f910deaca8344dcd6ef3bf4ca9cf1 (patch) | |
tree | 5465142872967ec7dc483308b87124c7ad59cef5 /databases | |
parent | Document the window that the ports tree was broken by an m4 upgrade. (diff) |
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
Diffstat (limited to '')
-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 |