diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 21:44:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 21:44:00 +0800 |
commit | 75dd7415d6d89e4f6c03a98e4dd8589865c9cb43 (patch) | |
tree | 5fff787fcf509ed53762690c395516c337412423 /x11-fm | |
parent | 3e657489e209d0aec5331fd70f19c96df0146a59 (diff) | |
download | freebsd-ports-gnome-75dd7415d6d89e4f6c03a98e4dd8589865c9cb43.tar.gz freebsd-ports-gnome-75dd7415d6d89e4f6c03a98e4dd8589865c9cb43.tar.zst freebsd-ports-gnome-75dd7415d6d89e4f6c03a98e4dd8589865c9cb43.zip |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
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 |