diff options
Diffstat (limited to 'games/gshisen/Makefile')
-rw-r--r-- | games/gshisen/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index d0a2a8fe1da0..a03294a90089 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -15,11 +15,9 @@ MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= Mahjongg-kind of game that uses the GNUstep toolkit -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes USE_GMAKE= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes |