diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
commit | bebd89314e57ff34ea47724c5605a0f32c425dcf (patch) | |
tree | d991da3f3e4ccc0cc8f9eab35d1891ca59b0fd9a /x11/eterm | |
parent | Implment WANT_GTK. (diff) |
Implement WANT_IMLIB and USE_IMLIB.
Notes
Notes:
svn path=/head/; revision=33427
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 6115a65caa3a..b340fdee1db5 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -18,10 +18,9 @@ DISTNAME= Eterm-${PORTVERSION} MAINTAINER= murray@FreeBSD.org -LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib - USE_GMAKE= yes USE_X_PREFIX= yes +USE_IMLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" |