diff options
author | jlam <jlam@pkgsrc.org> | 2002-11-14 09:44:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-11-14 09:44:34 +0000 |
commit | 97412de3a3fe877421ea4e227432425d1d522a91 (patch) | |
tree | 704c0766795372f4921216c8e0d4fbbbdefe1056 /mk | |
parent | 24b3feedecf22fb7e0113702308aede841708207 (diff) | |
download | pkgsrc-97412de3a3fe877421ea4e227432425d1d522a91.tar.gz |
Comment out the X11BASE setting, which is set in bsd.prefs.mk conditionally
based on the value of OPSYS. This was breaking pkgsrc on Solaris.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 0001e2d1a48..88c6d7466d3 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.104 2002/11/10 18:20:44 hubertf Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.105 2002/11/14 09:44:34 jlam Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -86,11 +86,11 @@ CROSSBASE?= ${LOCALBASE}/cross # Possible: any path # Default: ${LOCALBASE}/cross -X11BASE?= /usr/X11R6 +#X11BASE?= /usr/X11R6 # Where X11 is installed on the system. # (and the default install path of X11 pkgs) # Possible: any path -# Default: /usr/X11R6 +# Default: /usr/X11R6, or /usr/openwin for Solaris #MOTIFBASE?= /usr/X11R6 # Where Motif-2.0-compatible headers and libraries are installed |