diff options
author | kris <kris@FreeBSD.org> | 2004-03-17 20:32:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-17 20:32:49 +0800 |
commit | 4fd50f1f9695c2a364e3275fa3c46c6ea715f909 (patch) | |
tree | 9359ba0a2cd8ad796782eb01e9b71166c942555b /mail | |
parent | 2d470f3f516a440f1b997d7f647afebf1c2f4121 (diff) | |
download | freebsd-ports-gnome-4fd50f1f9695c2a364e3275fa3c46c6ea715f909.tar.gz freebsd-ports-gnome-4fd50f1f9695c2a364e3275fa3c46c6ea715f909.tar.zst freebsd-ports-gnome-4fd50f1f9695c2a364e3275fa3c46c6ea715f909.zip |
BROKEN on 5.x: Does not build after ache's getopt changes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/filtermail/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/filtermail/Makefile b/mail/filtermail/Makefile index 32097b8f2775..f4000a9776f8 100644 --- a/mail/filtermail/Makefile +++ b/mail/filtermail/Makefile @@ -43,7 +43,13 @@ MAN5= filtermailex.5 filtermailrc.5 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502103 +BROKEN= "Build fails on FreeBSD >= 5.x" +.endif + post-extract: @${RM} -f ${WRKSRC}/src/getopt.h -.include <bsd.port.mk> +.include <bsd.port.post.mk> |