diff options
Diffstat (limited to 'graphics/qslim/Makefile')
-rw-r--r-- | graphics/qslim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile index cc084b99f568..efb78c7ddaeb 100644 --- a/graphics/qslim/Makefile +++ b/graphics/qslim/Makefile @@ -12,9 +12,9 @@ COMMENT= SlimKit surface modeling tools LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - libgfx.so:${PORTSDIR}/graphics/libgfx +LIB_DEPENDS= libpng.so:graphics/png \ + libtiff.so:graphics/tiff \ + libgfx.so:graphics/libgfx CONFIGURE_WRKSRC= ${WRKSRC}/mixkit BUILD_WRKSRC= ${WRKSRC}/mixkit/src |