Date: Tue, 24 Sep 2013 22:26:44 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328208 - head/graphics/iccxml Message-ID: <201309242226.r8OMQiii093070@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Tue Sep 24 22:26:44 2013 New Revision: 328208 URL: http://svnweb.freebsd.org/changeset/ports/328208 Log: . support stage; . use new LIB_DEPENDS syntax; . add pkgconfig to USES. Modified: head/graphics/iccxml/Makefile Modified: head/graphics/iccxml/Makefile ============================================================================== --- head/graphics/iccxml/Makefile Tue Sep 24 22:26:34 2013 (r328207) +++ head/graphics/iccxml/Makefile Tue Sep 24 22:26:44 2013 (r328208) @@ -9,18 +9,13 @@ DISTNAME= IccXML-${PORTVERSION} MAINTAINER= bsam@FreeBSD.org COMMENT= Tools for reading and writing the ICC profile contents as XML files -LIB_DEPENDS= SampleICC:${PORTSDIR}/graphics/sampleicc +LIB_DEPENDS= libSampleICC.so:${PORTSDIR}/graphics/sampleicc -USES= gmake pkgconfig +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} 's:(libdir)/pkgconfig:(prefix)/libdata/pkgconfig:g' \ - ${WRKSRC}/Makefile.in - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309242226.r8OMQiii093070>