diff options
author | asami <asami@FreeBSD.org> | 2000-10-09 01:40:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-09 01:40:02 +0000 |
commit | 60ced88f0d19ef2dab6e3c951a72388e5cb302d9 (patch) | |
tree | 98a30d28bccb56b6f27557a916201db7e94bcecf /x11-toolkits/open-motif | |
parent | a390811235eb33b112f53bf64b886643151db648 (diff) | |
download | FreeBSD-ports-60ced88f0d19ef2dab6e3c951a72388e5cb302d9.zip FreeBSD-ports-60ced88f0d19ef2dab6e3c951a72388e5cb302d9.tar.gz |
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. :)
Diffstat (limited to 'x11-toolkits/open-motif')
-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 e0feba6..3026323 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 |