diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-16 05:06:14 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-16 05:06:14 +0800 |
commit | c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9 (patch) | |
tree | ca3e87148da586647b9a756895518811b0d88204 /games/vamos | |
parent | cd643c65b2204e4385844a0b89a1f010731027dc (diff) | |
download | freebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.tar.gz freebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.tar.zst freebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
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> |