diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 23:54:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 23:54:45 +0000 |
commit | f6bdfc39c1af40d1ce7e0613af51107f80dd593d (patch) | |
tree | fe66071c20e9222e36e939e9cb1f41280f6055b8 /graphics/sk1libs | |
parent | 54651d663e02f775cd45502a9935985d669ff293 (diff) | |
download | ports-f6bdfc39c1af40d1ce7e0613af51107f80dd593d.tar.gz ports-f6bdfc39c1af40d1ce7e0613af51107f80dd593d.zip |
Notes
Diffstat (limited to 'graphics/sk1libs')
-rw-r--r-- | graphics/sk1libs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/sk1libs/Makefile b/graphics/sk1libs/Makefile index 947846e50477..415589a10622 100644 --- a/graphics/sk1libs/Makefile +++ b/graphics/sk1libs/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= GOOGLE_CODE \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= A set of python libraries for sK1 Project -LIB_DEPENDS= lcms:${PORTSDIR}/graphics/lcms \ - freetype:${PORTSDIR}/print/freetype2 \ - jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= liblcms.so:${PORTSDIR}/graphics/lcms \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libjpeg.so:${PORTSDIR}/graphics/jpeg PROJECTHOST= uniconvertor @@ -22,7 +22,6 @@ PYDISTUTILS_BUILD_TARGET=build_ext PYDISTUTILS_BUILDARGS= -L${LOCALBASE}/lib \ -I${LOCALBASE}/include:${LOCALBASE}/include/freetype2 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/src/utils/fs.py |