View | Details | Raw Unified | Return to bug 197958
Collapse All | Expand All

(-)Makefile (-5 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	Image-Scale
4
PORTNAME=	Image-Scale
5
PORTVERSION=	0.08
5
PORTVERSION=	0.08
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	graphics perl5
7
CATEGORIES=	graphics perl5
8
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN
9
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
Lines 13-23 Link Here
13
13
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
15
16
BROKEN=		Uses undocumented giflib API
17
18
LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
16
LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
19
		libpng.so:${PORTSDIR}/graphics/png \
17
		libpng.so:${PORTSDIR}/graphics/png 
20
		libgif.so:${PORTSDIR}/graphics/giflib
21
TEST_DEPENDS=	p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
18
TEST_DEPENDS=	p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
22
19
23
USES=		perl5
20
USES=		perl5
(-)files/patch-Makefile.PL (+10 lines)
Line 0 Link Here
1
--- Makefile.PL	2015-02-23 09:23:19.000000000 -0800
2
+++ Makefile.PL	2015-02-23 09:24:02.000000000 -0800
3
@@ -144,6 +144,7 @@
4
 
5
 # Look for libgif
6
 for my $incdir ( $gif_inc, @check ) {
7
+    last;
8
     if ( $incdir && -e catfile($incdir, 'gif_lib.h') ) {
9
         $GIF = 1;
10
         $gif_inc = $incdir;

Return to bug 197958