pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk USE_X11=yes instead of USE_X11=#defined.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed3f1652ee01
branches:  trunk
changeset: 494295:ed3f1652ee01
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 22 21:44:07 2005 +0000

description:
USE_X11=yes instead of USE_X11=#defined.

diffstat:

 mk/motif.buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 05ace4ae98c9 -r ed3f1652ee01 mk/motif.buildlink3.mk
--- a/mk/motif.buildlink3.mk    Sun May 22 21:43:22 2005 +0000
+++ b/mk/motif.buildlink3.mk    Sun May 22 21:44:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: motif.buildlink3.mk,v 1.6 2004/08/27 06:33:17 jlam Exp $
+# $NetBSD: motif.buildlink3.mk,v 1.7 2005/05/22 21:44:07 rillig Exp $
 #
 # MOTIFBASE
 #      choose the Motif-2.0 installation at the named location.
@@ -79,7 +79,7 @@
 MOTIFBASE=             ${_MOTIFBASE}
 .endif
 
-USE_X11?=              # defined
+USE_X11?=              yes
 MAKE_ENV+=             MOTIFLIB="${MOTIFLIB}"
 MAKE_ENV+=             MOTIFBASE="${_MOTIFBASE}"
 CPPFLAGS+=             -I${_MOTIFBASE}/include



Home | Main Index | Thread Index | Old Index