diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 06:59:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 06:59:42 +0800 |
commit | 959d7d60e039d7b7b9ae82396649aeadb207a359 (patch) | |
tree | 95e27c1b5d0e1d2c79fe3faf8b2c42953a9db372 | |
parent | 6ecf8cd0366b970e8f9e72fdd0769a361ee8217b (diff) | |
download | freebsd-ports-gnome-959d7d60e039d7b7b9ae82396649aeadb207a359.tar.gz freebsd-ports-gnome-959d7d60e039d7b7b9ae82396649aeadb207a359.tar.zst freebsd-ports-gnome-959d7d60e039d7b7b9ae82396649aeadb207a359.zip |
Add missing USE_ICONV
-rw-r--r-- | x11-wm/icewm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 0571d4c0667d..a3744b61faeb 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -17,6 +17,7 @@ COMMENT= Window Manager designed for speed, usability and consistency USE_X_PREFIX= yes WANT_GNOME= yes +USE_ICONV= yes USE_GNOME= gnometarget USE_REINPLACE= yes USE_GMAKE= yes |