aboutsummaryrefslogtreecommitdiff
path: root/lang/guile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:38:15 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:38:15 +0000
commit15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch)
tree320f49e86d38a480aace5bd0e27c34d6c8f75c2c /lang/guile
parenta9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff)
downloadports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.gz
ports-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)
Notes
Notes: svn path=/head/; revision=368356
Diffstat (limited to 'lang/guile')
-rw-r--r--lang/guile/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 6f385048c3af..ca211b738dc7 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -14,12 +14,13 @@ COMMENT= GNU Ubiquitous Intelligent Language for Extension
LICENSE= LGPL21
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libgmp.so:${PORTSDIR}/math/gmp
CONFLICTS_INSTALL= guile2-[0-9]*
USES= gmake libtool makeinfo ncurses pathfix
-USE_AUTOTOOLS= autoheader libltdl
+USE_AUTOTOOLS= autoheader
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CFLAGS+= -fwrapv