pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xservers This package only needs "USE_X11" and not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4a289bd5ffa
branches:  trunk
changeset: 507765:f4a289bd5ffa
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Feb 07 22:37:38 2006 +0000

description:
This package only needs "USE_X11" and not "USE_X11BASE" because the
installation directory is patched manually and it uses its own
"imake" utility.

diffstat:

 x11/xservers/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cead362e7a19 -r f4a289bd5ffa x11/xservers/Makefile
--- a/x11/xservers/Makefile     Tue Feb 07 22:33:44 2006 +0000
+++ b/x11/xservers/Makefile     Tue Feb 07 22:37:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/02/05 23:11:49 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2006/02/07 22:37:38 tron Exp $
 
 DISTNAME=      xservers-3.3.6.5
 PKGREVISION=   1
@@ -16,7 +16,7 @@
 
 BUILD_TARGET=  World
 PLIST_SRC=     ${WRKDIR}/PLIST
-USE_X11BASE=   YES
+USE_X11=       YES
 
 .if !defined(X11_RELEASE) && !defined(CHECK_X11)
 X11_RELEASE!=  ${MAKE} CHECK_X11=YES print-x11-release



Home | Main Index | Thread Index | Old Index