diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 16:51:14 +0800 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 16:51:14 +0800 |
commit | 09e4e6f119b9ec6b0056a841d178b9a94d4663c4 (patch) | |
tree | 60dbec4f6c36413d232be56d31553ec53ac5f6fa /graphics/p5-Image-Imlib2 | |
parent | 6ed6dba53f7727f76189d43bcaac071f15a544b6 (diff) | |
download | freebsd-ports-gnome-09e4e6f119b9ec6b0056a841d178b9a94d4663c4.tar.gz freebsd-ports-gnome-09e4e6f119b9ec6b0056a841d178b9a94d4663c4.tar.zst freebsd-ports-gnome-09e4e6f119b9ec6b0056a841d178b9a94d4663c4.zip |
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2]
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 97e004699f3d..534b8792eb22 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -7,6 +7,7 @@ PORTNAME= Image-Imlib2 PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Image @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the Imlib2 image library -LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_MODBUILD= yes |