svn commit: r330571 - head/graphics/sk1libs
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Oct 16 23:54:46 UTC 2013
Author: amdmi3
Date: Wed Oct 16 23:54:45 2013
New Revision: 330571
URL: http://svnweb.freebsd.org/changeset/ports/330571
Log:
- Support staging
- Use new LIB_DEPENDS syntax
Modified:
head/graphics/sk1libs/Makefile
Modified: head/graphics/sk1libs/Makefile
==============================================================================
--- head/graphics/sk1libs/Makefile Wed Oct 16 23:51:43 2013 (r330570)
+++ head/graphics/sk1libs/Makefile Wed Oct 16 23:54:45 2013 (r330571)
@@ -10,9 +10,9 @@ MASTER_SITES= GOOGLE_CODE \
MAINTAINER= amdmi3 at 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
More information about the svn-ports-head
mailing list