diff options
author | vanilla <vanilla@FreeBSD.org> | 2007-03-30 14:13:54 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2007-03-30 14:13:54 +0800 |
commit | 808caad860c966a17976df0852b6f13344160494 (patch) | |
tree | 9a025d13f77717156bf6b2c71fe42ffdf5b794c8 /graphics/libqrencode | |
parent | 9b6a374d56fb82d01744d3b5ba6cf6ff2bf0ec5d (diff) | |
download | freebsd-ports-graphics-808caad860c966a17976df0852b6f13344160494.tar.gz freebsd-ports-graphics-808caad860c966a17976df0852b6f13344160494.tar.zst freebsd-ports-graphics-808caad860c966a17976df0852b6f13344160494.zip |
Add depends to pkgconfig, and bump version.
Submitted by: pav@ via email.
Approved by: ijliao@ via irc.
Diffstat (limited to 'graphics/libqrencode')
-rw-r--r-- | graphics/libqrencode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index 60692a0d50f..a722947a2c4 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 |