diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-22 02:15:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-22 02:15:55 +0000 |
commit | fb8e95c3cf18e8023a6cfdfe3a1d5e6b4960f574 (patch) | |
tree | 1f7c68e1a401ed385685cef02a3918a2036c0c3c /games/vamos | |
parent | be6732eb44f26e65a619d74aae3e0ffdf06e4ce8 (diff) | |
download | ports-fb8e95c3cf18e8023a6cfdfe3a1d5e6b4960f574.tar.gz ports-fb8e95c3cf18e8023a6cfdfe3a1d5e6b4960f574.zip |
Notes
Diffstat (limited to 'games/vamos')
-rw-r--r-- | games/vamos/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 8b3c2ca4f03f..9f5d9f8465bf 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -39,6 +39,12 @@ 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* @@ -47,4 +53,4 @@ post-patch: 's|-lsgxml -lsgmisc|-lsgxml -lsgstructure -lsgmisc|g ; \ s|-pedantic||g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |