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/gnome-libs | |
parent | New homepage. (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/gnome-libs')
-rw-r--r-- | x11/gnome-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index a4e7ce511da7..fb12ba10e7ac 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.33 1999/03/09 01:09:05 nectar Exp $ +# $Id: Makefile,v 1.34 1999/03/15 02:04:17 nectar Exp $ # DISTNAME= gnome-libs-1.0.3 @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= nacai@iname.com -LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ +LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound |