diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/qt4-imageformats | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'graphics/qt4-imageformats')
-rw-r--r-- | graphics/qt4-imageformats/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/qt4-imageformats/Makefile b/graphics/qt4-imageformats/Makefile index 8b11f24a06d1..73e05c5c5147 100644 --- a/graphics/qt4-imageformats/Makefile +++ b/graphics/qt4-imageformats/Makefile @@ -9,9 +9,9 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt plugins for several image formats -LIB_DEPENDS= libmng.so:${PORTSDIR}/graphics/libmng \ - libpng.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libmng.so:graphics/libmng \ + libpng.so:graphics/png \ + libtiff.so:graphics/tiff USES= jpeg pkgconfig USE_QT4= qmake_build moc_build rcc_build corelib gui svg xml |