summaryrefslogtreecommitdiff
path: root/lang/scsl-jre15
diff options
context:
space:
mode:
authorobache <obache>2007-09-15 10:59:40 +0000
committerobache <obache>2007-09-15 10:59:40 +0000
commit11b6c96a3f8a38d31da6c58923b2733be9da053c (patch)
tree6fefacae56e70137e2eeefb3a797772eecad8415 /lang/scsl-jre15
parent8ddf0e2faa6b339343f2397835b5088173e3ede4 (diff)
downloadpkgsrc-11b6c96a3f8a38d31da6c58923b2733be9da053c.tar.gz
X11BASE is suituable for PREFIX if X11_TYPE==native.
Diffstat (limited to 'lang/scsl-jre15')
-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."