diff options
author | oliver <oliver@FreeBSD.org> | 2003-12-10 03:09:41 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-12-10 03:09:41 +0800 |
commit | e930ec67688f3729a6747748802361bc42a1b6c9 (patch) | |
tree | fa52c00f5b73e05370c50e94142917217afb98db /cad/mars/Makefile | |
parent | 287796ad7449cf38f16de9f0c2ab73c534821c5d (diff) | |
download | freebsd-ports-gnome-e930ec67688f3729a6747748802361bc42a1b6c9.tar.gz freebsd-ports-gnome-e930ec67688f3729a6747748802361bc42a1b6c9.tar.zst freebsd-ports-gnome-e930ec67688f3729a6747748802361bc42a1b6c9.zip |
fix build on CURRENT
bump PORTREVISION
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 |