diff options
Diffstat (limited to 'games/xscorch/Makefile')
-rw-r--r-- | games/xscorch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index 54611dda85d5..4ac58560978f 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xscorch -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 CATEGORIES= games MASTER_SITES= http://chaos2.org/xscorch/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+=--without-gnome .endif CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" USE_GMAKE= yes +CFLAGS+= -g MAN6= xscorch.6 |