diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-07-24 07:29:27 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-07-24 07:29:27 +0000 |
commit | 6ade21d2c048a22dc0480c433b7601bcd67ff196 (patch) | |
tree | 8e9ac434bcfe66220dd3baa16c04f3dfec7e57e0 /x11/eterm/Makefile | |
parent | Update to 2.3.4 (diff) |
detect imlib2 correctly. Otherwise it produces "useless" Esetroot binary
like this:
| $ ./bin/Esetroot
| Eterm was built without pixmap support, so Esetroot is fairly useless. Sorry.
maintainer timeout for 10 days.
Notes
Notes:
svn path=/head/; revision=140004
Diffstat (limited to '')
-rw-r--r-- | x11/eterm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index c165c09ad4c1..ddf558840196 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= eterm PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= x11 MASTER_SITES= http://www.eterm.org/download/ DISTNAME= Eterm-${PORTVERSION} @@ -27,6 +27,8 @@ CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ --with-backspace=bs --without-terminfo \ --enable-multi-charset +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= Eterm.1 |