diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
commit | 46b9896d01ebb6c9dc68e651b3d82a98561777f6 (patch) | |
tree | 60089dfa8bdc8380dce358589a2e1bd3b0abbd11 /games/vamos | |
parent | 286203d809751f18da030a97c6315562e0e58ed9 (diff) | |
download | ports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.tar.gz ports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.zip |
Notes
Diffstat (limited to 'games/vamos')
-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 e33216214ed3..943e5bfca4b4 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -40,12 +40,6 @@ CPPFLAGS= -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include \ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lusbhid \ ${PTHREAD_LIBS} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x (port and dependencies need recent C++ compiler)" -.endif - post-extract: @${RM} -f ${WRKSRC}/doc/*.info* @@ -56,4 +50,4 @@ post-patch: @${REINPLACE_CMD} -e 's|freeglut|glut|g ; \ s|FREEGLUT|GLUT|g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |