Move USE_IMAKE up above the include of bsd.port.pre.mk, so it gets the
dependency right. (Also, remove the "#xxx Hack alert!" that becomes unnecessary as a result. :)
This commit is contained in:
parent
423990e4c2
commit
08f0cc831b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33598
@ -23,10 +23,9 @@ PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= steve@FreeBSD.org
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
USE_IMAKE= yes
|
||||
|
||||
#xxx Hack alert! For some reason USE_IMAKE is not enough to make this happen.
|
||||
PREFIX= ${X11BASE}
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${XFREE86_VERSION} >= 4
|
||||
RUN_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
@ -37,7 +36,6 @@ MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
|
||||
DIST_SUBDIR= openmotif
|
||||
WRKSRC= ${WRKDIR}/motif
|
||||
USE_IMAKE= yes
|
||||
MAKE_ENV+= LANG=C
|
||||
XMKMF= ${MAKE} Makefile.boot
|
||||
ALL_TARGET= VerifyOS Everything
|
||||
|
Loading…
Reference in New Issue
Block a user