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 /biology | |
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 'biology')
-rw-r--r-- | biology/lagan/Makefile | 3 | ||||
-rw-r--r-- | biology/wise/Makefile | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/biology/lagan/Makefile b/biology/lagan/Makefile index d9e44294e52c..8132c9422519 100644 --- a/biology/lagan/Makefile +++ b/biology/lagan/Makefile @@ -12,7 +12,8 @@ COMMENT= Efficient tools for large-scale multiple alignments of genomic DNA LICENSE= GPLv2 -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAKE_JOBS_UNSAFE=yes SUB_FILES= pkg-message diff --git a/biology/wise/Makefile b/biology/wise/Makefile index e3780bd02c77..9eab34677e27 100644 --- a/biology/wise/Makefile +++ b/biology/wise/Makefile @@ -17,7 +17,6 @@ BUILD_WRKSRC= ${WRKSRC}/src USES= pkgconfig USE_GNOME= glib20 MAKEFILE= makefile -MAKE_JOBS_SAFE= yes SUB_FILES= pkg-message |