From 2ae73f6ac0a1ae1babcaad5fc475c424b613c895 Mon Sep 17 00:00:00 2001 From: Dejan Lesjak Date: Fri, 3 Dec 2004 13:22:41 +0000 Subject: 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 --- math/femlab/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/femlab') 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 -- cgit v1.2.3