summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-17 22:55:52 +0000
committerjoerg <joerg>2007-08-17 22:55:52 +0000
commite7396725614a57c4c9541d8842f1e9c101e10b11 (patch)
tree9fb2873c271b4ca13ef9f461eaba08f33fd90d11
parent2ea903f7095cc45750dfa10c4c02c1c6dffe6b8f (diff)
downloadpkgsrc-e7396725614a57c4c9541d8842f1e9c101e10b11.tar.gz
Fix modular Xorg support. Untested though, as it doesn't fully build
on NetBSD/current.
-rw-r--r--mail/exim/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/options.mk b/mail/exim/options.mk
index 76ac01d684d..74feb991069 100644
--- a/mail/exim/options.mk
+++ b/mail/exim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2007/05/18 14:24:17 abs Exp $
+# $NetBSD: options.mk,v 1.13 2007/08/17 22:55:52 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.exim
PKG_SUPPORTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
@@ -38,7 +38,7 @@ LOCAL_MAKEFILE_OPTIONS+=SUPPORT_MBX=yes
LOCAL_MAKEFILE_OPTIONS+=EXIM_MONITOR=eximon.bin
LOCAL_MAKEFILE_OPTIONS+=X11=${X11BASE}
PLIST_SRC+=${PKGDIR}/PLIST.eximon
-. include "../../mk/x11.buildlink3.mk"
+. include "../../x11/libXaw/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mexim-content-scan)