diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 22:35:53 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 22:35:53 +0800 |
commit | 6c3cf730f5200ee8faafe98e1a646d21f4bef421 (patch) | |
tree | 3a428d490afa9c335ec9ede546acd7a93c2c3abe /graphics/iec16022 | |
parent | ac083c9976fcd12d5e6be910691cabe6a36f2181 (diff) | |
download | freebsd-ports-gnome-6c3cf730f5200ee8faafe98e1a646d21f4bef421.tar.gz freebsd-ports-gnome-6c3cf730f5200ee8faafe98e1a646d21f4bef421.tar.zst freebsd-ports-gnome-6c3cf730f5200ee8faafe98e1a646d21f4bef421.zip |
Use new LIB_DEPENDS regime
Diffstat (limited to 'graphics/iec16022')
-rw-r--r-- | graphics/iec16022/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index c474c88fd6a2..625467167bff 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -12,7 +12,7 @@ COMMENT= Create 2D barcodes, also known as DataMatrix LICENSE= GPLv2 -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes USE_LDCONFIG= yes |