diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-22 13:19:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-22 13:19:00 +0800 |
commit | f4f882729817256c7ab4d55c7fdcf03f129e0911 (patch) | |
tree | 26760e64096f5c3da1e7d9eeb3fa0e707cd1fddb /games | |
parent | cbb06043aad91d5359fd744f20bc7aff6bbe0dbb (diff) | |
download | freebsd-ports-gnome-f4f882729817256c7ab4d55c7fdcf03f129e0911.tar.gz freebsd-ports-gnome-f4f882729817256c7ab4d55c7fdcf03f129e0911.tar.zst freebsd-ports-gnome-f4f882729817256c7ab4d55c7fdcf03f129e0911.zip |
KATO-san notes that this port has been updated since I started
on my project to mark ports broken on 5.x. I thought I had
cvsupped ports on my build test box, but it looks like not. My
apologies to KATO-san ...
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 9f5d9f8465bf..8b3c2ca4f03f 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} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.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> |