diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 10:14:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 10:14:31 +0800 |
commit | 4e0673afb73f7bd1e511c6c7a0e1598238f71b5e (patch) | |
tree | be84ffb890b0f603414fea1a6f06c788b83955d7 /graphics | |
parent | a350eda5a2db8d9c723951efab4841d41491cd2c (diff) | |
download | freebsd-ports-gnome-4e0673afb73f7bd1e511c6c7a0e1598238f71b5e.tar.gz freebsd-ports-gnome-4e0673afb73f7bd1e511c6c7a0e1598238f71b5e.tar.zst freebsd-ports-gnome-4e0673afb73f7bd1e511c6c7a0e1598238f71b5e.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/iccxml/Makefile | 4 | ||||
-rw-r--r-- | graphics/iccxml/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/iccxml/Makefile b/graphics/iccxml/Makefile index cfebcac65ab0..1232dec708dd 100644 --- a/graphics/iccxml/Makefile +++ b/graphics/iccxml/Makefile @@ -2,7 +2,7 @@ PORTNAME= iccxml PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/IccXML-Src/${DISTNAME} DISTNAME= IccXML-${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Tools for reading and writing the ICC profile contents as XML files LIB_DEPENDS= libSampleICC.so:${PORTSDIR}/graphics/sampleicc -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes diff --git a/graphics/iccxml/pkg-plist b/graphics/iccxml/pkg-plist index b8210797bae9..d44f734fcd3f 100644 --- a/graphics/iccxml/pkg-plist +++ b/graphics/iccxml/pkg-plist @@ -10,8 +10,8 @@ include/IccXML/IccTagXmlFactory.h include/IccXML/IccUtilXml.h include/IccXML/IccXmlConfig.h lib/libIccXML.a -lib/libIccXML.la lib/libIccXML.so lib/libIccXML.so.2 +lib/libIccXML.so.2.0.3 libdata/pkgconfig/iccxml.pc @dirrm include/IccXML |