mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Urgent fix before the freeze: Add the dependency on devel/imake if
XFREE86_VERSION is 3. This would probably fix the build failure on bento.
This commit is contained in:
parent
ab25d28d50
commit
c04fa4840e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53354
@ -24,6 +24,10 @@ PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= max@FreeBSD.org
|
||||
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake
|
||||
.endif
|
||||
|
||||
USE_IMAKE= yes
|
||||
USE_X_PREFIX= no
|
||||
ALL_TARGET= canna
|
||||
|
@ -24,6 +24,10 @@ PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= max@FreeBSD.org
|
||||
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake
|
||||
.endif
|
||||
|
||||
USE_IMAKE= yes
|
||||
USE_X_PREFIX= no
|
||||
ALL_TARGET= canna
|
||||
|
@ -24,6 +24,10 @@ PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= max@FreeBSD.org
|
||||
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake
|
||||
.endif
|
||||
|
||||
USE_IMAKE= yes
|
||||
USE_X_PREFIX= no
|
||||
ALL_TARGET= canna
|
||||
|
Loading…
Reference in New Issue
Block a user