diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-08 03:30:33 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-08 03:30:33 +0000 |
commit | 93d38cce04ed1de1f34605de3a42ee4f147e8e6d (patch) | |
tree | 2e8b673f1005c81dca7fd0ae177787bd0642e46c /x11/gnome/Makefile | |
parent | Use updated imlib library. (diff) |
Use updated imlib library.
Notes
Notes:
svn path=/head/; revision=22244
Diffstat (limited to 'x11/gnome/Makefile')
-rw-r--r-- | x11/gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index 1c92578aa48b..477118244e32 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -16,9 +16,9 @@ MAINTAINER= nacai@iname.com LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ ORBit.2:${PORTSDIR}/devel/ORBit \ - Imlib.4:${PORTSDIR}/graphics/imlib \ + Imlib.5:${PORTSDIR}/graphics/imlib \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ - esd.1:${PORTSDIR}/audio/esound \ + esd.2:${PORTSDIR}/audio/esound \ gnome.2:${PORTSDIR}/x11/gnomelibs \ gtop.1:${PORTSDIR}/devel/libgtop \ xml.4:${PORTSDIR}/textproc/libxml \ |