pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/exim Fix modular Xorg support. Untested though, a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1140d55e8864
branches:  trunk
changeset: 532398:1140d55e8864
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 17 22:55:52 2007 +0000

description:
Fix modular Xorg support. Untested though, as it doesn't fully build
on NetBSD/current.

diffstat:

 mail/exim/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7e8dbec99bf1 -r 1140d55e8864 mail/exim/options.mk
--- a/mail/exim/options.mk      Fri Aug 17 22:43:10 2007 +0000
+++ b/mail/exim/options.mk      Fri Aug 17 22:55:52 2007 +0000
@@ -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+=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)



Home | Main Index | Thread Index | Old Index