summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-06-24 21:53:38 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-06-24 21:53:38 +0000
commit44fa80481074cd35888ebc22004934733aaa2124 (patch)
treeebb174ef89b9e34586ae4d8ddc7b865c01f4f6e3 /Tools
parent- update to 2.0 (diff)
s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
Notes
Notes: svn path=/head/; revision=299908
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/mkptools/mkpextr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/mkptools/mkpextr b/Tools/scripts/mkptools/mkpextr
index fdac12d7d4ca..355ea19807ba 100755
--- a/Tools/scripts/mkptools/mkpextr
+++ b/Tools/scripts/mkptools/mkpextr
@@ -102,7 +102,7 @@ sub writemk {
"gtk12.2:\${PORTSDIR}/x11-toolkits/gtk12");
$tmp{"GTK_CONFIG"} =
- "\${X11BASE}/bin/gtk12-config";
+ "\${LOCALBASE}/bin/gtk12-config";
appendvar("CONFIGURE_ENV",
"GTK_CONFIG=\"\${GTK_CONFIG}\"");