diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /x11/eterm/Makefile | |
parent | - Update to 20101202 (diff) |
Sync to new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=265663
Diffstat (limited to '')
-rw-r--r-- | x11/eterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index f0de371cec40..033db17a0a35 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -18,7 +18,7 @@ COMMENT?= X11 terminal emulator based on rxvt/xterm BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html LIB_DEPENDS= ast.2:${PORTSDIR}/devel/libast -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ |