diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:36:47 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:36:47 +0800 |
commit | a68d411e884f78e3245d335c3679ed035169df40 (patch) | |
tree | d17542731fabb5d5316ce1ea12c5fdd160dfb5c5 /games | |
parent | 45d8b0b75899cc68cf2f519558e1505e5ad0dbf0 (diff) | |
download | marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.gz marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.bz2 marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.lz marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.xz marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.zst marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.zip |
Add USE_GETTEXT to make portlint happy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5832 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/atomix/Makefile | 3 | ||||
-rw-r--r-- | games/gnome-games/Makefile | 3 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile index a4e88f8ce..613a2f5f2 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -3,7 +3,7 @@ # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/atomix/Makefile,v 1.4 2006/01/31 20:36:48 marcus Exp $ +# $MCom: ports/games/atomix/Makefile,v 1.5 2006/02/14 19:25:41 adamw Exp $ # PORTNAME= atomix @@ -19,6 +19,7 @@ COMMENT= A yet another little mind game USE_X_PREFIX= yes USE_GMAKE= yes USE_BZIP2= yes +USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index d44c18c56..5e3ce18a2 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnomegames2/Makefile,v 1.102 2006/02/24 18:38:17 marcus Exp $ +# $MCom: ports/games/gnomegames2/Makefile,v 1.103 2006/02/25 20:05:40 marcus Exp $ # PORTNAME= gnomegames2 @@ -21,6 +21,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_PYTHON= yes +USE_GETTEXT= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index d44c18c56..5e3ce18a2 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnomegames2/Makefile,v 1.102 2006/02/24 18:38:17 marcus Exp $ +# $MCom: ports/games/gnomegames2/Makefile,v 1.103 2006/02/25 20:05:40 marcus Exp $ # PORTNAME= gnomegames2 @@ -21,6 +21,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_PYTHON= yes +USE_GETTEXT= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes |