mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
c79af897d8
commit
095cac5093
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358888
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user