remove needless USE_LDCONFIG

pacify portlint
mark IGNORE: does not compatible with redland-1.0.12
This commit is contained in:
Max Brazhnikov 2010-10-23 20:06:17 +00:00
parent ac165969ae
commit 26717dc08a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263496

View File

@ -13,15 +13,17 @@ MASTER_SITES= http://download.librdf.org/source/
MAINTAINER= kde@FreeBSD.org
COMMENT= Language bindings for the Redland package
LIB_DEPENDS= rdf.0:${PORTSDIR}/textproc/redland
OPTIONS= PERL "Add Perl bindings" off \
PHP "Add PHP bindings" off \
PYTHON "Add Python bindings" on \
RUBY "Add Ruby bindings" off
LIB_DEPENDS= rdf.0:${PORTSDIR}/textproc/redland
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
IGNORE= does not compatible with redland-1.0.12
.include <bsd.port.options.mk>
.if defined(WITH_PERL)