diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-09 19:09:41 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-09 19:09:41 +0000 |
commit | 5977dc1bf2e4de2dd1e173c061f8db70cdf7c53a (patch) | |
tree | e58598658873ccad9e189bf323d89e346da36df4 /cad/mars/Makefile | |
parent | 51d92e7babb9e965163402257113c778b629cb3e (diff) |
Notes
Diffstat (limited to 'cad/mars/Makefile')
-rw-r--r-- | cad/mars/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile index f5baba0fec95..f523468b9324 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -7,6 +7,7 @@ PORTNAME= mars PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.cs.umd.edu/pub/sdag/MaRS/ DISTNAME= MaRS-${PORTVERSION} @@ -31,10 +32,6 @@ MAN1= mars.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile with recent gcc: needs stdarg.h, not varargs.h" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mars ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/mars.1 ${PREFIX}/man/man1 |