diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-03 13:22:41 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-03 13:22:41 +0000 |
commit | 2ae73f6ac0a1ae1babcaad5fc475c424b613c895 (patch) | |
tree | 4af381a15fef1a9a6869e01a6568cf966ced68b5 /math/femlab | |
parent | a762ff98aebe5614b872c43a1b253feff19d9093 (diff) | |
download | ports-2ae73f6ac0a1ae1babcaad5fc475c424b613c895.tar.gz ports-2ae73f6ac0a1ae1babcaad5fc475c424b613c895.zip |
Notes
Diffstat (limited to 'math/femlab')
-rw-r--r-- | math/femlab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/femlab/Makefile b/math/femlab/Makefile index 4a144c10bca2..1d805e6deb8d 100644 --- a/math/femlab/Makefile +++ b/math/femlab/Makefile @@ -15,7 +15,8 @@ DISTFILES= femlab-2d-v${PORTVERSION}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Interactive program for solving partial differential equations in 2D -BUILD_DEPENDS= ${X11BASE}/lib/libsx.a:${PORTSDIR}/x11/libsx +BUILD_DEPENDS= ${X11BASE}/lib/libsx.a:${PORTSDIR}/x11/libsx \ + xmkmf:${X_IMAKE_PORT} USE_REINPLACE= yes USE_X_PREFIX= yes |