svn commit: r328208 - head/graphics/iccxml
Boris Samorodov
bsam at FreeBSD.org
Tue Sep 24 22:26:45 UTC 2013
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 at 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>
More information about the svn-ports-head
mailing list