diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-03-19 04:35:47 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-03-19 04:35:47 +0000 |
commit | 6347a206e510ad1a676a522e7afa9ec79acab499 (patch) | |
tree | 961ced8843160f1ed9e4537bf92ada606497d2de /games | |
parent | 391766f2a5df26b426df38da825322784f4732b1 (diff) | |
download | FreeBSD-ports-6347a206e510ad1a676a522e7afa9ec79acab499.zip FreeBSD-ports-6347a206e510ad1a676a522e7afa9ec79acab499.tar.gz |
- add USE_GNUSTEP_PREFIX
Diffstat (limited to 'games')
-rw-r--r-- | games/gomoku.app/Makefile | 4 | ||||
-rw-r--r-- | games/gshisen/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index 8af78ca..65eaa9c 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -14,11 +14,9 @@ DISTNAME= Gomoku-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep Gomoku game -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 diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index d0a2a8fe..a03294a 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 |