diff options
author | pav <pav@FreeBSD.org> | 2007-03-24 05:35:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-24 05:35:47 +0800 |
commit | 2958fe9fcf94b3e2153e01593c8adce98299e714 (patch) | |
tree | 75b73cc096a0c67a79c924c25aebf0417f6b09a5 /x11/eterm | |
parent | 3c7ffecc486d327ec2e60a18f7df448c8f2b0819 (diff) | |
download | freebsd-ports-gnome-2958fe9fcf94b3e2153e01593c8adce98299e714.tar.gz freebsd-ports-gnome-2958fe9fcf94b3e2153e01593c8adce98299e714.tar.zst freebsd-ports-gnome-2958fe9fcf94b3e2153e01593c8adce98299e714.zip |
- Fix after objformat removal
Diffstat (limited to 'x11/eterm')
-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 \ |