diff options
Diffstat (limited to 'graphics/qt4-imageformats/Makefile')
-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 |