diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /graphics/p5-Image-Imlib2 | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) | |
download | ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.gz ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.zip |
Notes
Diffstat (limited to 'graphics/p5-Image-Imlib2')
-rw-r--r-- | graphics/p5-Image-Imlib2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile index f1d10274d364..48abbe1c2c1e 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -7,6 +7,7 @@ PORTNAME= Image-Imlib2 PORTVERSION= 2.00 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Image @@ -15,10 +16,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the Imlib2 image library -LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_MODBUILD= yes +USE_EFL= imlib2 MAN3= Image::Imlib2.3 |