diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-06-28 00:25:37 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-06-28 00:25:37 +0800 |
commit | c091a0163268973e3440052222c038b8f14a795f (patch) | |
tree | e1452601260248634409757e3b070f726bc9004c /graphics/p5-Imager-QRCode/Makefile | |
parent | c6de399961b04245272fb4ede392316dbf4ffaf5 (diff) | |
download | freebsd-ports-gnome-c091a0163268973e3440052222c038b8f14a795f.tar.gz freebsd-ports-gnome-c091a0163268973e3440052222c038b8f14a795f.tar.zst freebsd-ports-gnome-c091a0163268973e3440052222c038b8f14a795f.zip |
- Update to 0.03.
- Unbreak build.
Diffstat (limited to 'graphics/p5-Imager-QRCode/Makefile')
-rw-r--r-- | graphics/p5-Imager-QRCode/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/p5-Imager-QRCode/Makefile b/graphics/p5-Imager-QRCode/Makefile index 5aa8de1ed1ab..9efe89dd5bb6 100644 --- a/graphics/p5-Imager-QRCode/Makefile +++ b/graphics/p5-Imager-QRCode/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Imager-QRCode -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.03 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,9 +18,8 @@ BUILD_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager \ libqrencode>=0:${PORTSDIR}/graphics/libqrencode RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Does not build - PERL_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include MAN3= Imager::QRCode.3 |