summaryrefslogtreecommitdiff
path: root/mail/exim/options.mk
diff options
context:
space:
mode:
authorabs <abs>2005-10-07 10:28:34 +0000
committerabs <abs>2005-10-07 10:28:34 +0000
commitbdac569e31f220446b9caa6f4813cea57aaef4bb (patch)
tree33b72a28aee3818a0eb4e2cf4a0fa70b08d64558 /mail/exim/options.mk
parent36d3a80f5521f2348a9b3c7159cd64e71d4692ea (diff)
downloadpkgsrc-bdac569e31f220446b9caa6f4813cea57aaef4bb.tar.gz
update exim to exim-4.52nb5 - if exim-build-eximon: also work with xorg and fix PLIST
Diffstat (limited to 'mail/exim/options.mk')
-rw-r--r--mail/exim/options.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/exim/options.mk b/mail/exim/options.mk
index 832afad4cec..c41bd407cb9 100644
--- a/mail/exim/options.mk
+++ b/mail/exim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/10/03 20:20:18 abs Exp $
+# $NetBSD: options.mk,v 1.4 2005/10/07 10:28:34 abs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.exim
PKG_SUPPORTED_OPTIONS= exim-build-eximon exim-content-scan exim-lookup-dnsdb
@@ -8,10 +8,13 @@ PKG_SUGGESTED_OPTIONS= exim-content-scan exim-lookup-dsearch exim-old-demime
.include "../../mk/bsd.options.mk"
+PLIST_SRC=${PKGDIR}/PLIST
+
.if !empty(PKG_OPTIONS:Mexim-build-eximon)
LOCAL_MAKEFILE_OPTIONS+=EXIM_MONITOR=eximon.bin
+LOCAL_MAKEFILE_OPTIONS+=X11=${X11BASE}
PLIST_SRC+=${PKGDIR}/PLIST.eximon
-USE_X11BASE=yes
+.include "../../mk/x11.buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mexim-content-scan)