pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/xpkgwedge Make sure LOCALBASE and X11BASE are...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d04d39e3eb57
branches:  trunk
changeset: 465648:d04d39e3eb57
user:      reed <reed%pkgsrc.org@localhost>
date:      Sun Jan 04 04:51:47 2004 +0000

description:
Make sure LOCALBASE and X11BASE are defined before comparing them.
(Thank you, Takahiro.)

diffstat:

 pkgtools/xpkgwedge/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b9bbb4108995 -r d04d39e3eb57 pkgtools/xpkgwedge/Makefile
--- a/pkgtools/xpkgwedge/Makefile       Sun Jan 04 04:00:19 2004 +0000
+++ b/pkgtools/xpkgwedge/Makefile       Sun Jan 04 04:51:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2004/01/03 23:51:08 reed Exp $
+# $NetBSD: Makefile,v 1.47 2004/01/04 04:51:47 reed Exp $
 
 DISTNAME=      xpkgwedge-1.9
 WRKSRC=                ${WRKDIR}
@@ -17,6 +17,7 @@
 NO_BUILDLINK=  # defined
 NO_CHECKSUM=   # defined
 
+.include "../../mk/bsd.prefs.mk"
 .if ${LOCALBASE} == ${X11BASE}
 PKG_SKIP_REASON+=      "xpkgwedge is not needed when X11BASE is LOCALBASE"
 .endif



Home | Main Index | Thread Index | Old Index