Silence two portlint warnings.
This commit is contained in:
parent
96e6d39455
commit
37e082ecf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97986
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user