aboutsummaryrefslogtreecommitdiff
path: root/graphics/iec16022
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-07-27 11:39:11 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-07-27 11:39:11 +0000
commita119fc2d0700664d59c3e7cafb52d1cbd718e108 (patch)
treebb70a65edc43ed4bd4023dbace9c57e5452f05e9 /graphics/iec16022
parent72c9fed7c5d2f1f45f2ed74f582777ec51e260ec (diff)
downloadports-a119fc2d0700664d59c3e7cafb52d1cbd718e108.tar.gz
ports-a119fc2d0700664d59c3e7cafb52d1cbd718e108.zip
- Use the new USE_PKGCONFIG macro
- Don't request ABI version number in LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=301602
Diffstat (limited to 'graphics/iec16022')
-rw-r--r--graphics/iec16022/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile
index 4596d25fe603..1710de283ef2 100644
--- a/graphics/iec16022/Makefile
+++ b/graphics/iec16022/Makefile
@@ -16,11 +16,11 @@ COMMENT= Create 2D barcodes, also known as DataMatrix
LICENSE= GPLv2
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_GNOME= pkgconfig
+USE_PKGCONFIG= build
MAKE_JOBS_SAFE= yes