diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-09 06:47:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-09 06:47:50 +0000 |
commit | 1d1f0a4d5e48de044446e4e0852d16235e8441c8 (patch) | |
tree | 3ec64c68820ec6a82802437e2972329ec17da9b3 /graphics/IPA/Makefile | |
parent | a6b63b2f010f893285fa54043ad376607715b288 (diff) | |
download | ports-1d1f0a4d5e48de044446e4e0852d16235e8441c8.tar.gz ports-1d1f0a4d5e48de044446e4e0852d16235e8441c8.zip |
Notes
Diffstat (limited to 'graphics/IPA/Makefile')
-rw-r--r-- | graphics/IPA/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile index 1de6f5d034bd..be09377ebee5 100644 --- a/graphics/IPA/Makefile +++ b/graphics/IPA/Makefile @@ -7,15 +7,15 @@ # PORTNAME= IPA -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= graphics MASTER_SITES= http://www.prima.eu.org/IPA/ CPAN/Prima/KARASIK MAINTAINER= perl@FreeBSD.org COMMENT= Image Processing Algorithms -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Prima.pm:${PORTSDIR}/x11-toolkits/p5-Prima -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Prima>1.24:${PORTSDIR}/x11-toolkits/p5-Prima +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes INSTALL_TARGET= pure_install |