diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
commit | 0d179b7daca5221c9055d9a0c434f87ec3405750 (patch) | |
tree | f134d7bf940f5f50482b60e36c255e9f239360d6 /textproc/docproj | |
parent | 9ff37d19d6ac3b540a4597b1a399fc17a26f4635 (diff) | |
download | freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.tar.gz freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.tar.zst freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 6045ea9ce61a..92098873a112 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -12,7 +12,8 @@ EXTRACT_ONLY= # empty MAINTAINER= doceng@FreeBSD.org COMMENT= The "meta-port" for the FreeBSD Documentation Project -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run # This dependency list should be kept in sync with the list of # required ports in src/release/Makefile.inc.docports. |