diff options
Diffstat (limited to 'games/xye/Makefile')
-rw-r--r-- | games/xye/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xye/Makefile b/games/xye/Makefile index 61a340c1ca4a..5cf1132eb3ed 100644 --- a/games/xye/Makefile +++ b/games/xye/Makefile @@ -7,6 +7,7 @@ PORTNAME= xye PORTVERSION= 0.7.6.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +26,4 @@ USE_GMAKE= yes BROKEN= does not build on FreeBSD 4.x .endif -post-patch: - @${REINPLACE_CMD} -E 's,#include.*<SDL/(SDL.*\.h)>,#include <SDL11/\1>,g' ${WRKSRC}/src/vxsdl.h - .include <bsd.port.post.mk> |