summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2004-12-03 13:22:41 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2004-12-03 13:22:41 +0000
commit2ae73f6ac0a1ae1babcaad5fc475c424b613c895 (patch)
tree4af381a15fef1a9a6869e01a6568cf966ced68b5 /math
parentDefinitely fix support for crypt-related functionalities on amd64. (diff)
Add imake build dependency.
Previously it was picked up as run time dependency for X libraries. Since that is about to change, specify it explicitly. Pointed out by: dosirak via kris, while testing X.Org upgrade
Notes
Notes: svn path=/head/; revision=123040
Diffstat (limited to 'math')
-rw-r--r--math/femlab/Makefile3
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