mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Remove unsupported configure argument (pkg-config is gathered from env vars)
While here: - Add an explicit dependency on pkg-config - Convert to USES=libtool
This commit is contained in:
parent
9ba6482283
commit
d7cd91aa09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346864
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= raptor2
|
PORTNAME= raptor2
|
||||||
PORTVERSION= 2.0.13
|
PORTVERSION= 2.0.13
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://download.librdf.org/source/ \
|
MASTER_SITES= http://download.librdf.org/source/ \
|
||||||
SF/librdf/${PORTNAME}/${PORTVERSION}
|
SF/librdf/${PORTNAME}/${PORTVERSION}
|
||||||
|
@ -23,11 +23,10 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||||
CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21
|
CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21
|
||||||
|
|
||||||
USE_GNOME= libxml2 libxslt
|
USE_GNOME= libxml2 libxslt
|
||||||
USES= pathfix
|
USES= pathfix pkgconfig libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
|
CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
|
||||||
--with-curl-config=${LOCALBASE}/bin/curl-config \
|
--with-curl-config=${LOCALBASE}/bin/curl-config \
|
||||||
--with-pkg-config=${LOCALBASE}/bin/pkg-config \
|
|
||||||
--with-icu-config=${LOCALBASE}/bin/icu-config \
|
--with-icu-config=${LOCALBASE}/bin/icu-config \
|
||||||
--with-www=curl
|
--with-www=curl
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ lib/libraptor2.a
|
||||||
lib/libraptor2.la
|
lib/libraptor2.la
|
||||||
lib/libraptor2.so
|
lib/libraptor2.so
|
||||||
lib/libraptor2.so.0
|
lib/libraptor2.so.0
|
||||||
|
lib/libraptor2.so.0.0.0
|
||||||
libdata/pkgconfig/raptor2.pc
|
libdata/pkgconfig/raptor2.pc
|
||||||
man/man1/rapper.1.gz
|
man/man1/rapper.1.gz
|
||||||
man/man3/libraptor2.3.gz
|
man/man3/libraptor2.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue