Use USE_LIBLTDL instead of depending on ltdl:${PORTSDIR}/devel/libltdl15.

Noticed by:	krion
This commit is contained in:
Archie Cobbs
2004-06-17 17:48:24 +00:00
parent 0703aa77f8
commit 3bf4d0bf36

View File

@@ -18,12 +18,12 @@ COMMENT= Java VM created by McGill University's Sable Research Group
BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \
ffi:${PORTSDIR}/devel/libffi \
ltdl:${PORTSDIR}/devel/libltdl15
ffi:${PORTSDIR}/devel/libffi
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
USE_LIBLTDL= yes
INSTALLS_SHLIB= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
CONFIGURE_ENV= CFLAGS="-I${PREFIX}/include -L${PREFIX}/lib"