From 11061043e4fc22768ce201ede469aed6264627d4 Mon Sep 17 00:00:00 2001 From: bsam Date: Tue, 24 Sep 2013 22:26:44 +0000 Subject: . support stage; . use new LIB_DEPENDS syntax; . add pkgconfig to USES. --- graphics/iccxml/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'graphics') 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 -- cgit