diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 19:36:45 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 19:36:45 +0000 |
commit | c50f23055ca59cc9f49d1b5fc01fbf274555c487 (patch) | |
tree | d34491bc74ee070ea41cc7c9079b6b9fa05b125d /news/mmail | |
parent | 30dadd4435b669caa6b618b76204ea902bf8687c (diff) | |
download | ports-c50f23055ca59cc9f49d1b5fc01fbf274555c487.tar.gz ports-c50f23055ca59cc9f49d1b5fc01fbf274555c487.zip |
- Fix build on -current
PR: 59131
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=93688
Diffstat (limited to 'news/mmail')
-rw-r--r-- | news/mmail/Makefile | 9 |
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> |