diff options
author | archie <archie@FreeBSD.org> | 2004-06-17 17:48:24 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2004-06-17 17:48:24 +0000 |
commit | a8aa577a6a759202b41d7c33aea81138e0c54afb (patch) | |
tree | 2a7519182ee257ec082cfc21157e56ac159d7f48 /java | |
parent | b312b52a88248c5a66e53e3b09910c4b04813b92 (diff) | |
download | FreeBSD-ports-a8aa577a6a759202b41d7c33aea81138e0c54afb.zip FreeBSD-ports-a8aa577a6a759202b41d7c33aea81138e0c54afb.tar.gz |
Use USE_LIBLTDL instead of depending on ltdl:${PORTSDIR}/devel/libltdl15.
Noticed by: krion
Diffstat (limited to 'java')
-rw-r--r-- | java/sablevm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile index 7b74f6e..d63b99e 100644 --- a/java/sablevm/Makefile +++ b/java/sablevm/Makefile @@ -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" |