aboutsummaryrefslogtreecommitdiffstats
path: root/news/mmail
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-11-11 03:36:45 +0800
committerkrion <krion@FreeBSD.org>2003-11-11 03:36:45 +0800
commit455cb55cd4a643d067f03e4e93053b7fd3bef480 (patch)
tree6df7afd24c28f0e825de4d4ba791d7badfdec218 /news/mmail
parente0b4310c99f9f91a2228dd6f03f4be576986b61d (diff)
downloadfreebsd-ports-gnome-455cb55cd4a643d067f03e4e93053b7fd3bef480.tar.gz
freebsd-ports-gnome-455cb55cd4a643d067f03e4e93053b7fd3bef480.tar.zst
freebsd-ports-gnome-455cb55cd4a643d067f03e4e93053b7fd3bef480.zip
- Fix build on -current
PR: 59131 Submitted by: Ports Fury
Diffstat (limited to 'news/mmail')
-rw-r--r--news/mmail/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/news/mmail/Makefile b/news/mmail/Makefile
index c58a55c9b0d4..b757de2e2ead 100644
--- a/news/mmail/Makefile
+++ b/news/mmail/Makefile
@@ -21,6 +21,7 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip
USE_GMAKE= yes
+MAKE_ARGS= OPTS=""
MAN1= mmail.1
@@ -28,10 +29,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail
${INSTALL_MAN} ${WRKSRC}/mm.1 ${MANPREFIX}/man/man1/mmail.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 500000
-BROKEN= Does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>