aboutsummaryrefslogtreecommitdiff
path: root/x11/eterm
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2005-07-24 07:29:27 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2005-07-24 07:29:27 +0000
commit6ade21d2c048a22dc0480c433b7601bcd67ff196 (patch)
tree8e9ac434bcfe66220dd3baa16c04f3dfec7e57e0 /x11/eterm
parentdd01df5d369817d63faa5b11e0de820aa15d42fd (diff)
downloadports-6ade21d2c048a22dc0480c433b7601bcd67ff196.tar.gz
ports-6ade21d2c048a22dc0480c433b7601bcd67ff196.zip
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 'x11/eterm')
-rw-r--r--x11/eterm/Makefile4
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