diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-12-20 21:01:12 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-12-20 21:01:12 +0800 |
commit | c768fa7c6d14e7b404ed3d8115ebb13c461c5365 (patch) | |
tree | 26f07997d3cf9ed05e1ca64a299a0c21387e0c46 /mail | |
parent | c19f88cafc8ee114a9fc97a3240e560187f83122 (diff) | |
download | freebsd-ports-gnome-c768fa7c6d14e7b404ed3d8115ebb13c461c5365.tar.gz freebsd-ports-gnome-c768fa7c6d14e7b404ed3d8115ebb13c461c5365.tar.zst freebsd-ports-gnome-c768fa7c6d14e7b404ed3d8115ebb13c461c5365.zip |
- honor LDFLAGS
Diffstat (limited to 'mail')
-rw-r--r-- | mail/antivirus-milter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/antivirus-milter/Makefile b/mail/antivirus-milter/Makefile index 8f42d90b2d8f..f1fe3d52bd54 100644 --- a/mail/antivirus-milter/Makefile +++ b/mail/antivirus-milter/Makefile @@ -7,7 +7,7 @@ PORTNAME= antivirus PORTVERSION= 3.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.nmt.edu/~wcolburn/antivirus/ @@ -38,6 +38,7 @@ MAKE_ENV+= SENDMAILBASE="${SENDMAILBASE}" \ .if !defined(SENDMAIL_MILTER_IN_BASE) CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= ${LDFLAGS} SENDMAILBASE= ${LOCALBASE} SENDMAILOBJ= ${LOCALBASE} .else |