diff options
author | mat <mat@FreeBSD.org> | 2014-07-25 23:06:46 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-07-25 23:06:46 +0800 |
commit | e07c5bd17077e237b89b237f1ac405c491279b15 (patch) | |
tree | 4b0cb8273fcdc203fa01dd6b7e89a687b129a2e5 /biology/p5-Bio-Graphics | |
parent | ca2e50d3985f18c4f9f343b2c2075eac02cb0a88 (diff) | |
download | freebsd-ports-gnome-e07c5bd17077e237b89b237f1ac405c491279b15.tar.gz freebsd-ports-gnome-e07c5bd17077e237b89b237f1ac405c491279b15.tar.zst freebsd-ports-gnome-e07c5bd17077e237b89b237f1ac405c491279b15.zip |
Fix build.
Sponsored by: Absolight
Diffstat (limited to 'biology/p5-Bio-Graphics')
-rw-r--r-- | biology/p5-Bio-Graphics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/p5-Bio-Graphics/Makefile b/biology/p5-Bio-Graphics/Makefile index 1a97e0ab80e3..956a14bca537 100644 --- a/biology/p5-Bio-Graphics/Makefile +++ b/biology/p5-Bio-Graphics/Makefile @@ -21,6 +21,6 @@ BUILD_DEPENDS= p5-Bio-SCF>=1.01:${PORTSDIR}/biology/p5-Bio-SCF \ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include <bsd.port.mk> |