diff options
Diffstat (limited to 'games/bygfoot/Makefile')
-rw-r--r-- | games/bygfoot/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/bygfoot/Makefile b/games/bygfoot/Makefile index 39e875b7876f..61298574626a 100644 --- a/games/bygfoot/Makefile +++ b/games/bygfoot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bygfoot -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,11 +17,7 @@ COMMENT= Football (soccer) management game GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gtk20 gnometarget -USE_REINPLACE= yes USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|;;|;|' ${WRKSRC}/src/windows.c - .include <bsd.port.mk> |