diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-23 04:21:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-23 04:21:02 +0000 |
commit | 64194bcde596d5de4c884985398364e0925b4710 (patch) | |
tree | 374fee20d3c6948252acb3ad868e71fdde4e0494 /mk | |
parent | d3e83d55e42d22dd7a47c5b8ef9390fb7e889546 (diff) | |
download | pkgsrc-64194bcde596d5de4c884985398364e0925b4710.tar.gz |
Set the default BUILDLINK_X11_DIR to ${X11BASE} so that in the absence
of x11.buildlink.mk, it still points to a working X11R6 hierarchy.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index df3f5a0eeeb..d7ed93b5f85 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.799 2001/08/22 17:34:19 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.800 2001/08/23 04:21:02 jlam Exp $ # # This file is in the public domain. # @@ -116,6 +116,11 @@ X11PREFIX= ${X11BASE} XMKMF_CMD?= ${X11PREFIX}/bin/xmkmf .endif +# Set the default BUILDLINK_X11_DIR to ${X11BASE} so that in the absence +# of x11.buildlink.mk, it still points to a working X11R6 hierarchy. +# +BUILDLINK_X11_DIR?= ${X11BASE} + .if defined(USE_MOTIF12) USE_MOTIF= # defined .endif |