diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-01-01 09:45:25 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-01-01 09:45:25 +0000 |
commit | ee350262c43a4e727bde8b016cf214f5af30b3c6 (patch) | |
tree | c56728a2a8876e089f1f955063f58b67a4807197 /x11-wm/icewm/Makefile | |
parent | 48c6cd4e2cf07a75e08f4a7ae01e1f0792a0ac85 (diff) | |
download | FreeBSD-ports-ee350262c43a4e727bde8b016cf214f5af30b3c6.zip FreeBSD-ports-ee350262c43a4e727bde8b016cf214f5af30b3c6.tar.gz |
Compile with I18N by default.
Diffstat (limited to 'x11-wm/icewm/Makefile')
-rw-r--r-- | x11-wm/icewm/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 888111c..ebdd701 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -22,10 +22,7 @@ LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes - -.if defined(USE_I18N) CONFIGURE_ARGS+= --enable-i18n -.endif post-install: ${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar |