From f26e5cd9ac2bf6930c5f66ea2f87770dd1f2c180 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 16 May 2005 18:45:29 +0000 Subject: The right way to add flags to the xmkmf command line to via XMKMF_FLAGS. --- x11/Xaw3d/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile index af7682b7e7c..650f4156afe 100644 --- a/x11/Xaw3d/Makefile +++ b/x11/Xaw3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2005/04/14 01:41:27 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.44 2005/05/16 18:45:29 jlam Exp $ # DISTNAME= Xaw3d-1.5E @@ -26,7 +26,7 @@ post-extract: IMAKE_FLAGS+= -DXISOPENWIN .endif -XMKMF+= ${IMAKE_FLAGS} +XMKMF_FLAGS+= ${IMAKE_FLAGS} PLIST_SUBST+= INCDIR=include/X11 -- cgit v1.2.3