diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 07:01:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 07:01:34 +0800 |
commit | 7d80519a6dd5cd6be995c2fb5059923f6f11a098 (patch) | |
tree | 66f322ae3ef1e223bf03c44a0b9f3298642d40ec /x11-wm/ion-3 | |
parent | 959d7d60e039d7b7b9ae82396649aeadb207a359 (diff) | |
download | freebsd-ports-gnome-7d80519a6dd5cd6be995c2fb5059923f6f11a098.tar.gz freebsd-ports-gnome-7d80519a6dd5cd6be995c2fb5059923f6f11a098.tar.zst freebsd-ports-gnome-7d80519a6dd5cd6be995c2fb5059923f6f11a098.zip |
Add missing USE_GETTEXT
Diffstat (limited to 'x11-wm/ion-3')
-rw-r--r-- | x11-wm/ion-3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/ion-3/Makefile b/x11-wm/ion-3/Makefile index 066ef1210198..2a528caa0cd5 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}" |