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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/gtimer/Makefile | 3 | ||||
-rw-r--r-- | deskutils/jlj/Makefile | 4 | ||||
-rw-r--r-- | deskutils/mencal/Makefile | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile index de4416d1d78a..720295cdb6fb 100644 --- a/deskutils/gtimer/Makefile +++ b/deskutils/gtimer/Makefile @@ -16,8 +16,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils USE_XORG= xscrnsaver USE_GNOME= gtk20 -USE_PERL5_BUILD=yes -USES= gettext +USES= gettext perl5 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/deskutils/jlj/Makefile b/deskutils/jlj/Makefile index 01285a65242f..30b94f24397a 100644 --- a/deskutils/jlj/Makefile +++ b/deskutils/jlj/Makefile @@ -13,8 +13,8 @@ COMMENT= Jerry's command-line LiveJournal.com entry system WRKSRC= ${WRKDIR}/${PORTNAME} -USES= shebangfix -USE_PERL5_RUN= yes +USES= shebangfix perl5 +USE_PERL5= run NO_BUILD= yes SUB_FILES= pkg-message diff --git a/deskutils/mencal/Makefile b/deskutils/mencal/Makefile index 8d089e286d66..411dd7ff3f32 100644 --- a/deskutils/mencal/Makefile +++ b/deskutils/mencal/Makefile @@ -17,7 +17,8 @@ LICENSE= GPLv2 NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/mencal |