diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-23 21:35:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-23 21:35:47 +0000 |
commit | ce18910a98a6713d18e27e1f6fa6b85ac346c24f (patch) | |
tree | f16b28d1677642fc73bb40f8091625c5b9781c48 /x11 | |
parent | Free-SA is a statistic analyzer for daemon log files similar to SARG. (diff) |
- Fix after objformat removal
Notes
Notes:
svn path=/head/; revision=188133
Diffstat (limited to 'x11')
-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 be8f4d3e3c07..0afa5dcc88c5 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 \ ast.2:${PORTSDIR}/devel/libast -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ |