diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 15:38:15 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 15:38:15 +0800 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /textproc/redland | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) | |
download | freebsd-ports-gnome-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.gz freebsd-ports-gnome-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.zst freebsd-ports-gnome-15c4a5ecf338d0133b87647ab773c6df26f3ea15.zip |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
Diffstat (limited to 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 09cdf3c1d02b..78c3ce7a2273 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -15,10 +15,10 @@ COMMENT= High-level interface for RDF LICENSE= APACHE20 GPLv2 GPLv3 LGPL21 LICENSE_COMB= dual -LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 \ +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ + libraptor2.so:${PORTSDIR}/textproc/raptor2 \ librasqal.so:${PORTSDIR}/textproc/rasqal -USE_AUTOTOOLS= libltdl USE_PERL5= build USES= gmake libtool pathfix perl5 pkgconfig shebangfix SHEBANG_FILES= scripts/touch-mtime.pl |