diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
commit | 62a41b423ba42c0a1ab0c0ada5d33752e965f615 (patch) | |
tree | 5fff787fcf509ed53762690c395516c337412423 /x11-fm | |
parent | 3d7ef3e463a5e930be63835c21dd2d345f88ea2d (diff) | |
download | ports-62a41b423ba42c0a1ab0c0ada5d33752e965f615.tar.gz ports-62a41b423ba42c0a1ab0c0ada5d33752e965f615.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/asfiles/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/gprename/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-fm/asfiles/Makefile b/x11-fm/asfiles/Makefile index a6e493afa204..b0ec88eb746d 100644 --- a/x11-fm/asfiles/Makefile +++ b/x11-fm/asfiles/Makefile @@ -18,9 +18,10 @@ COMMENT= X11 file manager. Dockable in WindowMaker LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd +USES= perl5 GNU_CONFIGURE= yes USE_XORG= xpm -USE_PERL5_BUILD=yes +USE_PERL5= build MAN1= files.1 MAN3= regexp.3 diff --git a/x11-fm/gprename/Makefile b/x11-fm/gprename/Makefile index ea08d519d44d..44ee0f962261 100644 --- a/x11-fm/gprename/Makefile +++ b/x11-fm/gprename/Makefile @@ -19,8 +19,8 @@ RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ WRKSRC= ${WRKDIR}/${PORTNAME}/trunk USE_BZIP2= yes -USE_PERL5_RUN= yes -USES= gettext +USE_PERL5= run +USES= gettext perl5 NO_BUILD= yes MAN1= gprename.1 |