diff options
author | kris <kris@FreeBSD.org> | 2004-02-18 03:49:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-18 03:49:15 +0000 |
commit | 09551c1ed6f6b0f702adc8c4cdce7fc6fcf59165 (patch) | |
tree | 4cff63660e14ccba36a623a86d3dbf00db858571 /games | |
parent | 154b61df55a5ca422343b826a245f78465e49a02 (diff) | |
download | FreeBSD-ports-09551c1ed6f6b0f702adc8c4cdce7fc6fcf59165.zip FreeBSD-ports-09551c1ed6f6b0f702adc8c4cdce7fc6fcf59165.tar.gz |
This port now seems to compile on 5.x
Diffstat (limited to 'games')
-rw-r--r-- | games/vamos/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index c560671..b690925 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -39,12 +39,6 @@ CPPFLAGS= -I${LOCALBASE}/include/libpng -I${X11BASE}/include \ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut \ ${PTHREAD_LIBS} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.endif - post-extract: @${RM} -f ${WRKSRC}/doc/*.info* @@ -53,4 +47,4 @@ post-patch: 's|-lsgxml -lsgmisc|-lsgxml -lsgstructure -lsgmisc|g ; \ s|-pedantic||g' -.include <bsd.port.post.mk> +.include <bsd.port.mk> |