diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-08 02:41:51 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-08 02:41:51 +0000 |
commit | 1fd342a0a60472e4efbef97d90eaccf848f633c4 (patch) | |
tree | 715d02021fbfaa199c213fea30512aab38345bc0 /x11/gnome-libs | |
parent | b47f4a3bf1208e0bf48d9d8d281874513d71241d (diff) | |
download | freebsd-ports-1fd342a0a60472e4efbef97d90eaccf848f633c4.zip |
Use Updated esound library.
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 64750e765367..c0bf500b2254 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -17,7 +17,7 @@ MAINTAINER= nacai@iname.com LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.2:${PORTSDIR}/devel/ORBit \ - esd.1:${PORTSDIR}/audio/esound + esd.2:${PORTSDIR}/audio/esound GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |