summaryrefslogtreecommitdiff
path: root/x11/openmotif
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-09-09 12:23:28 +0000
committermartti <martti@pkgsrc.org>2003-09-09 12:23:28 +0000
commit6e809ce2d47654812a1b6c679f3caba12e4d07f9 (patch)
treeb47241710a566190c007295ccba310b729c4774e /x11/openmotif
parentd70cd3382eb15690073f9e0e0e76c4002ac27f62 (diff)
downloadpkgsrc-6e809ce2d47654812a1b6c679f3caba12e4d07f9.tar.gz
Use GNU make in Linux
Diffstat (limited to 'x11/openmotif')
-rw-r--r--x11/openmotif/Makefile9
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