diff options
author | jlam <jlam> | 2005-05-16 18:45:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-16 18:45:29 +0000 |
commit | 431bfccee8b727e4ba98c5078e1c4e331bda41f1 (patch) | |
tree | 8fcb58bcf51ac8dc3d248b3ad53cfcabff6da153 /x11 | |
parent | f92165ff1236e5fab8a877afbd7985b93728037f (diff) | |
download | pkgsrc-431bfccee8b727e4ba98c5078e1c4e331bda41f1.tar.gz |
The right way to add flags to the xmkmf command line to via XMKMF_FLAGS.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xaw3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |