diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-07-27 11:39:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-07-27 11:39:11 +0000 |
commit | a119fc2d0700664d59c3e7cafb52d1cbd718e108 (patch) | |
tree | bb70a65edc43ed4bd4023dbace9c57e5452f05e9 /graphics/iec16022 | |
parent | 72c9fed7c5d2f1f45f2ed74f582777ec51e260ec (diff) |
Notes
Diffstat (limited to 'graphics/iec16022')
-rw-r--r-- | graphics/iec16022/Makefile | 4 |
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 |