diff options
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index e0feba6c6b82..30263236f76c 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -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 |