mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123040
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue