diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/openmotif/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 9d3640ab6e8..aeb5b6bc2a1 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/08/30 22:51:38 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2003/09/09 12:23:28 martti Exp $ # FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp # OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp @@ -34,6 +34,13 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL FILES_SUBST+= X11BASE=${X11BASE} +.include "../../mk/bsd.prefs.mk" + +# We must use GNU make on Linux +.if ${OPSYS} == "Linux" +USE_GNU_TOOLS+= make +.endif + post-extract: ${CP} ${FILESDIR}/NoInstall.rules ${WRKSRC}/config/cf/NoInstall.rules ${CP} ${FILESDIR}/OpenMotif.def ${WRKSRC}/config/cf/Motif.def |