diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-08-20 08:23:12 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-08-20 08:23:12 +0000 |
commit | 9c91f2749fb2508398b95497259743e85a4742db (patch) | |
tree | 917715f4fc84114df0bb79384bb372b02a9a3040 /graphics/p5-Gimp | |
parent | 0cf6a54ffb0209aa9bb2d75e31940d9eb955a3c8 (diff) |
Depend upon the new gimp library.
Approved by: vanilla
Notes
Notes:
svn path=/head/; revision=46512
Diffstat (limited to 'graphics/p5-Gimp')
-rw-r--r-- | graphics/p5-Gimp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile index 288ddd756a5b..246764207694 100644 --- a/graphics/p5-Gimp/Makefile +++ b/graphics/p5-Gimp/Makefile @@ -7,6 +7,7 @@ PORTNAME= Gimp PORTVERSION= 1.21 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Gimp @@ -17,7 +18,7 @@ MAINTAINER= vanilla@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PDL.pm:${PORTSDIR}/math/PDL \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent -LIB_DEPENDS= gimp.1:${PORTSDIR}/graphics/gimp1 +LIB_DEPENDS= gimp.2:${PORTSDIR}/graphics/gimp1 RUN_DEPENDS= ${BUILD_DEPENDS} USE_GTK= yes |