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-toolkits/gtkstep | |
parent | 5dd2a77a0048104295148ee0f5bf179fd723196a (diff) | |
download | ports-f0de21bf7d083fa7c7e03077253dce094a0181f5.tar.gz ports-f0de21bf7d083fa7c7e03077253dce094a0181f5.zip |
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-toolkits/gtkstep')
-rw-r--r-- | x11-toolkits/gtkstep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtkstep/Makefile b/x11-toolkits/gtkstep/Makefile index c3ad59ef58ee..0c27873fa1c7 100644 --- a/x11-toolkits/gtkstep/Makefile +++ b/x11-toolkits/gtkstep/Makefile @@ -3,7 +3,7 @@ # Date Created: 7 nov 98 # Whom: Gilad Rom # -# $Id: Makefile,v 1.2 1998/12/10 13:18:16 vanilla Exp $ +# $Id: Makefile,v 1.3 1999/02/18 04:58:45 vanilla Exp $ # DISTNAME= gtkstep-1.4 @@ -13,7 +13,7 @@ MASTER_SITES= http://www-info2.informatik.uni-wuerzburg.de/mitarbeiter/ulli/gtks MAINTAINER= rom_glsa@ein-hashofet.co.il -LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes GNU_CONFIGURE= yes |