diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-15 18:30:06 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-15 18:30:06 +0000 |
commit | f0de21bf7d083fa7c7e03077253dce094a0181f5 (patch) | |
tree | 7abfcc75707b477be201c6fee261f57f9c67a775 /x11/eterm | |
parent | 5dd2a77a0048104295148ee0f5bf179fd723196a (diff) |
Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.
libgdk_imlib.so.2 -> libgdk_imlib.so.3
libImlib.so.2 -> libImlib.so.3
Notes
Notes:
svn path=/head/; revision=17236
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 680687260fb0..10bb4ca812e1 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1997 # Whom: Murray Stokely <murray@cdrom.com> # -# $Id: Makefile,v 1.14 1999/02/22 04:09:33 steve Exp $ +# $Id: Makefile,v 1.15 1999/02/22 10:27:41 steve Exp $ # DISTNAME= Eterm-0.8.8 @@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ MAINTAINER= murray@cdrom.com BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool -LIB_DEPENDS= Imlib.2:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= Imlib.3:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_X_PREFIX= yes |