diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-18 03:49:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-18 03:49:15 +0000 |
commit | 61b165190d1dcb28df37fc53c1b2f811796a8fef (patch) | |
tree | 524bb9cab48ab87ab2753e26c7b7401ad7a4c00e /games/vamos | |
parent | 3de22713a114c1bae7a42f318c838b07dfcfeaee (diff) | |
download | ports-61b165190d1dcb28df37fc53c1b2f811796a8fef.tar.gz ports-61b165190d1dcb28df37fc53c1b2f811796a8fef.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 c560671ed0bc..b6909256dcfc 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> |