diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-17 22:55:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-17 22:55:52 +0000 |
commit | 3a42a92c1bac88e622c8b5b14fac6d94064488ca (patch) | |
tree | 9fb2873c271b4ca13ef9f461eaba08f33fd90d11 /mail/exim | |
parent | 21d0add10405c7887479012b0cb158d6d832ccce (diff) | |
download | pkgsrc-3a42a92c1bac88e622c8b5b14fac6d94064488ca.tar.gz |
Fix modular Xorg support. Untested though, as it doesn't fully build
on NetBSD/current.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/options.mk | 4 |
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) |