diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-08 03:30:33 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-08 03:30:33 +0000 |
commit | 950e05b10ef50417a141d87b3a18474e600dda31 (patch) | |
tree | 8fb7b4a8cdb2df58827b5c4deaa4b428511fe07b /x11/gnome2/Makefile | |
parent | 6a2cbeb0bf841d3861e714fba4bdafeddea71c50 (diff) | |
download | FreeBSD-ports-950e05b10ef50417a141d87b3a18474e600dda31.zip FreeBSD-ports-950e05b10ef50417a141d87b3a18474e600dda31.tar.gz |
Use updated imlib library.
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 1c92578..4771182 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/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 \ |