summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-09-15 10:59:40 +0000
committerobache <obache@pkgsrc.org>2007-09-15 10:59:40 +0000
commitad9a219d4bd49951ac6522022394dcf723a44742 (patch)
tree6fefacae56e70137e2eeefb3a797772eecad8415 /lang
parent3e7991f2deecabde0aae6565dc70574f2e78cb40 (diff)
downloadpkgsrc-ad9a219d4bd49951ac6522022394dcf723a44742.tar.gz
X11BASE is suituable for PREFIX if X11_TYPE==native.
Diffstat (limited to 'lang')
-rw-r--r--lang/scsl-jre15/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/scsl-jre15/Makefile b/lang/scsl-jre15/Makefile
index 42d2e89ae15..9e8cd67aaab 100644
--- a/lang/scsl-jre15/Makefile
+++ b/lang/scsl-jre15/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/08/30 17:52:50 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2007/09/15 10:59:40 obache Exp $
# Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce
@@ -47,7 +47,7 @@ PLIST_SUBST+= SCSL_JRE15_USE_JCE="@comment "
#
.if defined(EMUL_IS_NATIVE)
. if ${X11_TYPE} == "native"
-LIBX11= ${X11PREFIX}/lib/libX11.so.6
+LIBX11= ${X11BASE}/lib/libX11.so.6
. if !exists(${LIBX11})
PKG_FAIL_REASON+= "${LIBX11} does not exist. Please install the" \
"X11 library packages for your system."