diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
commit | ca8fd00c3d1e275bcbf43f4904799d17007c6310 (patch) | |
tree | 2b1105fda751368f91c2495b29c8d7ed7603adbd /math/proofgeneral | |
parent | 82dcc39c53da98280dd9caa1259dc4067e2b6fc6 (diff) | |
download | freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.gz freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.zst freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.zip |
Convert to new perl framework
Convert USE_GMAKE to USES
Diffstat (limited to 'math/proofgeneral')
-rw-r--r-- | math/proofgeneral/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/proofgeneral/Makefile b/math/proofgeneral/Makefile index 4d7baadf6524..74d30bd07649 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -20,9 +20,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_EMACS= yes -USE_GMAKE= yes INSTALLS_ICONS= yes -USE_PERL5= yes +USES= gmake perl5 .include <bsd.port.pre.mk> |