aboutsummaryrefslogtreecommitdiff
path: root/graphics/sk1libs/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-16 23:54:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-16 23:54:45 +0000
commitf6bdfc39c1af40d1ce7e0613af51107f80dd593d (patch)
treefe66071c20e9222e36e939e9cb1f41280f6055b8 /graphics/sk1libs/Makefile
parent54651d663e02f775cd45502a9935985d669ff293 (diff)
downloadports-f6bdfc39c1af40d1ce7e0613af51107f80dd593d.tar.gz
ports-f6bdfc39c1af40d1ce7e0613af51107f80dd593d.zip
Notes
Diffstat (limited to 'graphics/sk1libs/Makefile')
-rw-r--r--graphics/sk1libs/Makefile7
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