diff options
author | kris <kris@FreeBSD.org> | 2006-01-25 23:01:34 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-25 23:01:34 +0000 |
commit | 7d80519a6dd5cd6be995c2fb5059923f6f11a098 (patch) | |
tree | 66f322ae3ef1e223bf03c44a0b9f3298642d40ec /x11-wm | |
parent | 959d7d60e039d7b7b9ae82396649aeadb207a359 (diff) | |
download | FreeBSD-ports-7d80519a6dd5cd6be995c2fb5059923f6f11a098.zip FreeBSD-ports-7d80519a6dd5cd6be995c2fb5059923f6f11a098.tar.gz |
Add missing USE_GETTEXT
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ion-3/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/ion-3ds/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/ion-3/Makefile b/x11-wm/ion-3/Makefile index 066ef12..2a528ca 100644 --- a/x11-wm/ion-3/Makefile +++ b/x11-wm/ion-3/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support CONFLICTS= ion-2002* pwm-[0-9]* ion-2* USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GMAKE= yes MAKE_ENV= DEFINES="${IONDEFINES}" diff --git a/x11-wm/ion-3ds/Makefile b/x11-wm/ion-3ds/Makefile index 066ef12..2a528ca 100644 --- a/x11-wm/ion-3ds/Makefile +++ b/x11-wm/ion-3ds/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support CONFLICTS= ion-2002* pwm-[0-9]* ion-2* USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GMAKE= yes MAKE_ENV= DEFINES="${IONDEFINES}" |