diff options
author | obache <obache@pkgsrc.org> | 2007-09-15 10:59:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-09-15 10:59:40 +0000 |
commit | 200fde8df6c78610e15083b9b13f77a76ea72469 (patch) | |
tree | 6fefacae56e70137e2eeefb3a797772eecad8415 /lang | |
parent | 73500fad7106c9903eafa34fdbab4caf32a3f95b (diff) | |
download | pkgsrc-200fde8df6c78610e15083b9b13f77a76ea72469.tar.gz |
X11BASE is suituable for PREFIX if X11_TYPE==native.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/scsl-jre15/Makefile | 4 |
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." |