diff options
Diffstat (limited to 'graphics/IPA/Makefile')
-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 |