diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:29:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:29:08 +0000 |
commit | 935fc1ffdbbee69971670654c2b0190bedc649b7 (patch) | |
tree | 1d38012c525c65e03b9b9d2c57e389836fd6998c /sysutils/parallel | |
parent | 5f9e066c1d7adad8b9a6fa95791cd2a3a5ee9079 (diff) | |
download | ports-935fc1ffdbbee69971670654c2b0190bedc649b7.tar.gz ports-935fc1ffdbbee69971670654c2b0190bedc649b7.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327368
Diffstat (limited to 'sysutils/parallel')
-rw-r--r-- | sysutils/parallel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile index 885c309dc805..339c09e0ee63 100644 --- a/sysutils/parallel/Makefile +++ b/sysutils/parallel/Makefile @@ -16,9 +16,10 @@ OPTIONS_DEFINE= DOCS CONFLICTS= moreutils-parallel-[0-9]* CONFIGURE_ARGS= --docdir="${DOCSDIR}" + +USES= perl5 GNU_CONFIGURE= yes USE_BZIP2= yes -USE_PERL5= yes MAN1= parallel.1 parallel_tutorial.1 sem.1 sql.1 niceload.1 PLIST_FILES= bin/parallel bin/sem bin/sql bin/niceload |