diff options
Diffstat (limited to 'games/bygfoot/Makefile')
-rw-r--r-- | games/bygfoot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/bygfoot/Makefile b/games/bygfoot/Makefile index 833d506a3c2c..0afc6c8e52e0 100644 --- a/games/bygfoot/Makefile +++ b/games/bygfoot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bygfoot -PORTVERSION= 1.4.3 +PORTVERSION= 1.6.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,4 +20,6 @@ USE_GNOME= gtk20 gnometarget USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +MAN6= bygfoot.6 + .include <bsd.port.mk> |