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