summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/gforth/Makefile4
-rw-r--r--lang/guile/Makefile5
-rw-r--r--lang/guile2/Makefile2
-rw-r--r--lang/php5/Makefile.ext5
-rw-r--r--lang/php53/Makefile.ext5
-rw-r--r--lang/php55/Makefile.ext5
-rw-r--r--lang/php56/Makefile.ext5
-rw-r--r--lang/pure/Makefile4
8 files changed, 16 insertions, 19 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index bcbdc16cc98b..026c549d1d3a 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -11,7 +11,8 @@ MASTER_SITES= http://www.complang.tuwien.ac.at/forth/gforth/ \
MAINTAINER= johans@FreeBSD.org
COMMENT= Fast and portable Forth system
-LIB_DEPENDS= libffi.so.6:${PORTSDIR}/devel/libffi
+LIB_DEPENDS= libffi.so.6:${PORTSDIR}/devel/libffi \
+ libltdl.so:${PORTSDIR}/devel/libltdl
BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall
GNU_CONFIGURE= yes
@@ -20,7 +21,6 @@ LIBS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= GFORTHHIST=${WRKSRC}
MAKE_ENV+= GFORTHHIST=${WRKSRC}
USES= gmake libtool:build makeinfo
-USE_AUTOTOOLS= libltdl
USE_GCC= any
USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named
ALL_TARGET= kernel/version.fs more info
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
diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile
index 872cea3353b1..9b9ad6670a09 100644
--- a/lang/guile2/Makefile
+++ b/lang/guile2/Makefile
@@ -16,13 +16,13 @@ COMMENT= GNU Ubiquitous Intelligent Language for Extension
LICENSE= LGPL21
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libunistring.so:${PORTSDIR}/devel/libunistring \
libffi.so.6:${PORTSDIR}/devel/libffi
CONFLICTS_INSTALL= guile-[0-9]*
USES= charsetfix gmake libtool ncurses pathfix pkgconfig readline
-USE_AUTOTOOLS= libltdl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index e03a540c1245..2bd34ba59ea4 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -178,11 +178,10 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls
.endif
.if ${PHP_MODNAME} == "mcrypt"
-LIB_DEPENDS+= libmcrypt.so:${PORTSDIR}/security/libmcrypt
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libmcrypt.so:${PORTSDIR}/security/libmcrypt
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
-
-USE_AUTOTOOLS= libltdl
.endif
.if ${PHP_MODNAME} == "mssql"
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 15f843194811..cf9a18ebd2a9 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -174,11 +174,10 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls
.endif
.if ${PHP_MODNAME} == "mcrypt"
-LIB_DEPENDS+= libmcrypt.so.8:${PORTSDIR}/security/libmcrypt
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libmcrypt.so.8:${PORTSDIR}/security/libmcrypt
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
-
-USE_AUTOTOOLS= libltdl
.endif
.if ${PHP_MODNAME} == "mssql"
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext
index d9d5344ddc59..8d4077162553 100644
--- a/lang/php55/Makefile.ext
+++ b/lang/php55/Makefile.ext
@@ -178,11 +178,10 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls
.endif
.if ${PHP_MODNAME} == "mcrypt"
-LIB_DEPENDS+= libmcrypt.so:${PORTSDIR}/security/libmcrypt
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libmcrypt.so:${PORTSDIR}/security/libmcrypt
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
-
-USE_AUTOTOOLS= libltdl
.endif
.if ${PHP_MODNAME} == "mssql"
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext
index 24b03b8e0c55..a6e6175b19a3 100644
--- a/lang/php56/Makefile.ext
+++ b/lang/php56/Makefile.ext
@@ -178,11 +178,10 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls
.endif
.if ${PHP_MODNAME} == "mcrypt"
-LIB_DEPENDS+= libmcrypt.so:${PORTSDIR}/security/libmcrypt
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libmcrypt.so:${PORTSDIR}/security/libmcrypt
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
-
-USE_AUTOTOOLS= libltdl
.endif
.if ${PHP_MODNAME} == "mssql"
diff --git a/lang/pure/Makefile b/lang/pure/Makefile
index 72dfb24f3090..25fcb80c087a 100644
--- a/lang/pure/Makefile
+++ b/lang/pure/Makefile
@@ -17,7 +17,8 @@ LICENSE_COMB= dual
LLVM_VERSION= 32
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libgmp.so:${PORTSDIR}/math/gmp \
libmpfr.so:${PORTSDIR}/math/mpfr
BUILD_DEPENDS= llvm-config${LLVM_VERSION}:${PORTSDIR}/devel/llvm${LLVM_VERSION}
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -25,7 +26,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
SUB_FILES= pkg-message
USES= gmake iconv pathfix pkgconfig
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --enable-release \
--with-tool-prefix=${LOCALBASE}/llvm${LLVM_VERSION}/bin