diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-07-18 04:56:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-07-18 04:56:43 +0800 |
commit | 9489befcc85c9d4c8790833007dd58a6a606bca3 (patch) | |
tree | e42595cb49f1c1cc72e64ec8553c3a420d45def0 /mail | |
parent | 55d26ce01fe1676966ea63c66ad1ccb3220ebc3b (diff) | |
download | freebsd-ports-gnome-9489befcc85c9d4c8790833007dd58a6a606bca3.tar.gz freebsd-ports-gnome-9489befcc85c9d4c8790833007dd58a6a606bca3.tar.zst freebsd-ports-gnome-9489befcc85c9d4c8790833007dd58a6a606bca3.zip |
- add NO_LATEST_LINK
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail812/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index a30ac84c2eaf..a9b5f408f59e 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -25,6 +25,7 @@ CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* CONFLICTS+= sendmail-8.11.* sendmail-*-8.11.* sendmail+*-8.11.* CONFLICTS+= sendmail-8.13.* sendmail-*-8.13.* sendmail+*-8.13.* +NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WCONF= ${WRKSRC}/devtools/Site SITE= ${FILESDIR}/site.config.m4.pre4 |