diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-17 18:38:40 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-17 18:38:40 +0000 |
commit | fed2f86abde50720be34b602187747c257feba6d (patch) | |
tree | 67b3bf661f87c872422d6329ee3cf8ce77ff2772 /games/gillo | |
parent | 55f5554cf2c8dd4216e06b42addf5280674d248d (diff) |
Notes
Diffstat (limited to 'games/gillo')
-rw-r--r-- | games/gillo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/gillo/Makefile b/games/gillo/Makefile index a74263282ff9..b3e5641ac98b 100644 --- a/games/gillo/Makefile +++ b/games/gillo/Makefile @@ -27,6 +27,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME} JAM?= ${LOCALBASE}/bin/jam +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not compile +.endif + post-patch: @${REINPLACE_CMD} -i '' -e 's|SDL/||g' ${WRKSRC}/src/* @${REINPLACE_CMD} -e 's|%%SDL_CFLAGS%%|`${SDL_CONFIG} --cflags`|' \ @@ -44,4 +50,4 @@ do-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/data/*.* ${DATADIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |