diff options
author | abs <abs@pkgsrc.org> | 2005-10-03 20:20:18 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-10-03 20:20:18 +0000 |
commit | 35db015a0ab67835a5419b45c66751d371179f5a (patch) | |
tree | 61a0f6f2ae76e77d50de18784ad93fe0a0c314c6 /mail/exim/options.mk | |
parent | 9b20b9a34b5a4f84fdae90b5bdef3d479760f64b (diff) | |
download | pkgsrc-35db015a0ab67835a5419b45c66751d371179f5a.tar.gz |
Update exim to exim-4.52nb4:
Fix PLIST for eximon option - from Sven Hartge
Diffstat (limited to 'mail/exim/options.mk')
-rw-r--r-- | mail/exim/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exim/options.mk b/mail/exim/options.mk index 1836a8edf35..832afad4cec 100644 --- a/mail/exim/options.mk +++ b/mail/exim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2005/10/03 18:45:50 abs Exp $ +# $NetBSD: options.mk,v 1.3 2005/10/03 20:20:18 abs Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.exim PKG_SUPPORTED_OPTIONS= exim-build-eximon exim-content-scan exim-lookup-dnsdb @@ -10,6 +10,7 @@ PKG_SUGGESTED_OPTIONS= exim-content-scan exim-lookup-dsearch exim-old-demime .if !empty(PKG_OPTIONS:Mexim-build-eximon) LOCAL_MAKEFILE_OPTIONS+=EXIM_MONITOR=eximon.bin +PLIST_SRC+=${PKGDIR}/PLIST.eximon USE_X11BASE=yes .endif |