diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-07-27 19:39:11 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-07-27 19:39:11 +0800 |
commit | 7232c8ea95e26642a45895431f58bef25c3c7715 (patch) | |
tree | bb70a65edc43ed4bd4023dbace9c57e5452f05e9 /graphics/iec16022 | |
parent | c046639e48d3447a14653f51c8964fbdc7c0d13a (diff) | |
download | freebsd-ports-gnome-7232c8ea95e26642a45895431f58bef25c3c7715.tar.gz freebsd-ports-gnome-7232c8ea95e26642a45895431f58bef25c3c7715.tar.zst freebsd-ports-gnome-7232c8ea95e26642a45895431f58bef25c3c7715.zip |
- Use the new USE_PKGCONFIG macro
- Don't request ABI version number in LIB_DEPENDS
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 |