Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 23:54:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330571 - head/graphics/sk1libs
Message-ID:  <201310162354.r9GNsjtw066283@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310162354.r9GNsjtw066283>