diff options
author | krion <krion@FreeBSD.org> | 2009-10-22 05:15:18 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2009-10-22 05:15:18 +0800 |
commit | bf3cc5cd731334d43fea5d1e27c186c0395e13de (patch) | |
tree | 82557c15259eac9697e8d6780ac2f53393883b7f /mail/exim | |
parent | 86b774eeb7016e04b92b1267c528747791bfa968 (diff) | |
download | freebsd-ports-gnome-bf3cc5cd731334d43fea5d1e27c186c0395e13de.tar.gz freebsd-ports-gnome-bf3cc5cd731334d43fea5d1e27c186c0395e13de.tar.zst freebsd-ports-gnome-bf3cc5cd731334d43fea5d1e27c186c0395e13de.zip |
Fix build for exim/sqlite
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 63b5e1591398..7a9683029e0f 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -22,6 +22,7 @@ COMMENT?= High performance MTA for Unix systems on the Internet .include "Makefile.options" USE_BZIP2= yes +WANT_GNOME= yes .include <bsd.port.pre.mk> |