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
This commit is contained in:
parent
a762ff98ae
commit
2ae73f6ac0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user