aboutsummaryrefslogtreecommitdiff
path: root/graphics/libqrencode
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2007-03-30 06:13:54 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2007-03-30 06:13:54 +0000
commitbcb1ce18af934c94ebe2b64da791db4c919234f7 (patch)
tree30c6756ae8a6a22578c50c769787b2dc8f8c3d4c /graphics/libqrencode
parent5139be0a31f2edaf7f7831627df86db8f40d2567 (diff)
downloadports-bcb1ce18af934c94ebe2b64da791db4c919234f7.tar.gz
ports-bcb1ce18af934c94ebe2b64da791db4c919234f7.zip
Add depends to pkgconfig, and bump version.
Submitted by: pav@ via email. Approved by: ijliao@ via irc.
Notes
Notes: svn path=/head/; revision=188809
Diffstat (limited to 'graphics/libqrencode')
-rw-r--r--graphics/libqrencode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile
index 60692a0d50f4..a722947a2c46 100644
--- a/graphics/libqrencode/Makefile
+++ b/graphics/libqrencode/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libqrencode
PORTVERSION= 1.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://megaui.net/fukuchi/works/qrencode/
DISTNAME= qrencode-${PORTVERSION}
@@ -19,7 +19,7 @@ COMMENT= A C library for encoding data in a QR Code symbol
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_GETOPT_LONG= yes
-USE_GNOME= gnometarget gnomehack
+USE_GNOME= gnometarget gnomehack pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CFLAGS+= -I${LOCALBASE}/include