diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2014-12-27 00:09:02 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2014-12-27 00:09:02 +0000 |
commit | a781a6e13c48cdb077c68680f30716b878435448 (patch) | |
tree | 7061b4ba6bf92419cfcbfbdf988b02a781dbdcbb /graphics/p5-Image-Imlib2/Makefile | |
parent | Upgrade to version 1.98. (diff) |
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=375663
Diffstat (limited to 'graphics/p5-Image-Imlib2/Makefile')
-rw-r--r-- | graphics/p5-Image-Imlib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile index fa6c6c8ed7fc..bbf045b635e3 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -3,7 +3,7 @@ PORTNAME= Image-Imlib2 PORTVERSION= 2.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,10 +12,10 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the Imlib2 image library BUILD_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 USES= perl5 USE_PERL5= modbuild -USE_EFL= imlib2 OPTIONS_DEFINE= DOCS EXAMPLES |