aboutsummaryrefslogtreecommitdiff
path: root/graphics/iccxml
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-24 22:26:44 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-24 22:26:44 +0000
commit45394914a51934f09364705e7534bdcf9bff237a (patch)
treeeb02005e1899d2dc96a8916cc208551730c50463 /graphics/iccxml
parent82bdc09dcfeb774f29d98e3c7ccc7d8ee03abf34 (diff)
downloadports-45394914a51934f09364705e7534bdcf9bff237a.tar.gz
ports-45394914a51934f09364705e7534bdcf9bff237a.zip
. support stage;
. use new LIB_DEPENDS syntax; . add pkgconfig to USES.
Notes
Notes: svn path=/head/; revision=328208
Diffstat (limited to 'graphics/iccxml')
-rw-r--r--graphics/iccxml/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/iccxml/Makefile b/graphics/iccxml/Makefile
index df2d1e81dceb..8dc3fa60a791 100644
--- a/graphics/iccxml/Makefile
+++ b/graphics/iccxml/Makefile
@@ -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>