aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2004-01-12 19:49:42 +0800
committersheldonh <sheldonh@FreeBSD.org>2004-01-12 19:49:42 +0800
commit4567194e352e9b8fe2f67d513c0244c47c5e9fe0 (patch)
treeda7d7c628a2fea130515d7a19b5cc71a3e18a74e /mail/exim
parent4ccb95dd5b83ac2467a57d3b7ccec118419151b3 (diff)
downloadfreebsd-ports-gnome-4567194e352e9b8fe2f67d513c0244c47c5e9fe0.tar.gz
freebsd-ports-gnome-4567194e352e9b8fe2f67d513c0244c47c5e9fe0.tar.zst
freebsd-ports-gnome-4567194e352e9b8fe2f67d513c0244c47c5e9fe0.zip
Silence two portlint warnings.
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index eb5725398e0f..09d4a6b47b21 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -22,6 +22,11 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= sheldonh@FreeBSD.org
COMMENT= High performance MTA for Unix systems on the Internet
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
+.if defined(WITH_EXIMON)
+RUN_DEPENDS= ${LOCALBASE}/sbin/eximon:${PORTSDIR}/mail/exim-monitor
+.endif
+
.if defined(PKGNAMESUFFIX)
CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}-4*
.endif
@@ -31,8 +36,6 @@ CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}${suffix}*
.endif
.endfor
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-
USE_BZIP2= yes
USE_PERL5= yes
USE_REINPLACE= yes
@@ -163,10 +166,6 @@ WITH_DEFAULT_CHARSET?= ISO-8859-1
# You should not need to fiddle with anything below this point.
-.if defined(WITH_EXIMON)
-RUN_DEPENDS= ${LOCALBASE}/sbin/eximon:${PORTSDIR}/mail/exim-monitor
-.endif
-
.if defined(WITH_WISHLIST)
EXTRA_PATCHES+= `${FIND} ${PATCHDIR} -name 'wishlist-*.patch'`
.endif