diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
commit | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /graphics/IPA | |
parent | 49b7a7d4a4e27031eeb48b2c26d102a7f8527de9 (diff) | |
download | ports-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.tar.gz ports-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.zip |
Notes
Diffstat (limited to 'graphics/IPA')
-rw-r--r-- | graphics/IPA/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile index bac89da5a714..42331b20060a 100644 --- a/graphics/IPA/Makefile +++ b/graphics/IPA/Makefile @@ -1,10 +1,7 @@ # ex:ts=8 # Ports collection makefile for: ipa -# Date created: Aug 13, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= IPA PORTVERSION= 1.08 @@ -18,7 +15,8 @@ COMMENT= Image Processing Algorithms RUN_DEPENDS= p5-Prima>1.24:${PORTSDIR}/x11-toolkits/p5-Prima BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure INSTALL_TARGET= pure_install MAKE_JOBS_UNSAFE= yes |