summaryrefslogtreecommitdiff
path: root/editors/xemacs/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-03-03 16:16:03 +0000
committeruebayasi <uebayasi>2005-03-03 16:16:03 +0000
commit9e1a3f43eb08302fe8a4cbf03e802c39ef1e8f86 (patch)
tree0b979a07cb853493c71709a07ae49297e26ea248 /editors/xemacs/Makefile
parent6171f853787ea3709d44223053a82f534d6c7262 (diff)
downloadpkgsrc-9e1a3f43eb08302fe8a4cbf03e802c39ef1e8f86.tar.gz
* Correct PLIST when !defined(PKG_OPTIONS.xemacs:Mcanna).
* Move library/header path configurations from xemacs/Makefile.common to xemacs/Makefile and xemacs-nox11/Makefile. Don't add X-related paths for -nox11. Fix build failure reported by bulk builds.
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r--editors/xemacs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index c8f277ae61e..def43c2db72 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2005/02/28 16:20:09 uebayasi Exp $
+# $NetBSD: Makefile,v 1.76 2005/03/03 16:16:03 uebayasi Exp $
.include "../../editors/xemacs/Makefile.common"
@@ -6,6 +6,10 @@ MAINTAINER= uebayasi@NetBSD.org
USE_X11= YES
+CONFIGURE_ARGS+= --site-includes=${BUILDLINK_DIR}/include:${BUILDLINK_X11_DIR}/include
+CONFIGURE_ARGS+= --site-libraries=${BUILDLINK_DIR}/lib:${BUILDLINK_X11_DIR}
+CONFIGURE_ARGS+= --site-runtime-libraries=${LOCALBASE}/lib:${X11BASE}/lib
+
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"