aboutsummaryrefslogtreecommitdiff
path: root/science/meep
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-12-08 19:58:49 +0000
committerAde Lovett <ade@FreeBSD.org>2010-12-08 19:58:49 +0000
commitf584da22ee03bf55f4db7ffa79c61aa8ad827ad6 (patch)
treef7da82208d8de3376467178192bb0f8181f73280 /science/meep
parentdeb6a6b36bfd8259bc9c372e4698cb7c7a8233ce (diff)
downloadports-f584da22ee03bf55f4db7ffa79c61aa8ad827ad6.tar.gz
ports-f584da22ee03bf55f4db7ffa79c61aa8ad827ad6.zip
Notes
Diffstat (limited to 'science/meep')
-rw-r--r--science/meep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/meep/Makefile b/science/meep/Makefile
index a68607e1bebb..6a8cb9f49dd6 100644
--- a/science/meep/Makefile
+++ b/science/meep/Makefile
@@ -20,6 +20,7 @@ USE_FORTRAN= yes
USE_GCC= 4.4+
USE_ICONV= yes
USE_GETTEXT= yes
+USE_AUTOTOOLS+= libltdl
CPPFLAGS+= -I${LOCALBASE}/include
LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib
LDFLAGS+= -L${LOCALBASE}/lib
@@ -30,8 +31,7 @@ BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash \
LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile \
blas.2:${PORTSDIR}/math/blas \
ctl.4:${PORTSDIR}/science/libctl \
- hdf5.0:${PORTSDIR}/science/hdf5 \
- ltdl.7:${PORTSDIR}/devel/libltdl22
+ hdf5.0:${PORTSDIR}/science/hdf5
RUN_DEPENDS+= harminv:${PORTSDIR}/science/harminv
.include <bsd.port.mk>