diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 06:43:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 06:43:58 +0800 |
commit | 6ab0b8afa3956aee892d29b404b22530b278f22c (patch) | |
tree | 012670fb5d76ce78b61d9caa4445e5178f5121dc /x11-fm/fsv | |
parent | 9db3c6d42f32e6c87125c95b977026996b2b8640 (diff) | |
download | freebsd-ports-gnome-6ab0b8afa3956aee892d29b404b22530b278f22c.tar.gz freebsd-ports-gnome-6ab0b8afa3956aee892d29b404b22530b278f22c.tar.zst freebsd-ports-gnome-6ab0b8afa3956aee892d29b404b22530b278f22c.zip |
Add missing USE_GETTEXT
Diffstat (limited to 'x11-fm/fsv')
-rw-r--r-- | x11-fm/fsv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile index 60826c83245a..12cf428a853a 100644 --- a/x11-fm/fsv/Makefile +++ b/x11-fm/fsv/Makefile @@ -18,6 +18,7 @@ COMMENT= 3D filesystem visualizer LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GL= yes USE_GNOME= gtk12 USE_GETOPT_LONG= yes |