diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-08 10:41:51 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-08 10:41:51 +0800 |
commit | 08a5845b9ad576f0043fe9354a3a4ac730028f97 (patch) | |
tree | 461e525113a1fb40dc3d2722ba53908632518ecd /x11/gnomelibs | |
parent | d38744423dbd418dec1c2b8a6197349b24eab2db (diff) | |
download | freebsd-ports-gnome-08a5845b9ad576f0043fe9354a3a4ac730028f97.tar.gz freebsd-ports-gnome-08a5845b9ad576f0043fe9354a3a4ac730028f97.tar.zst freebsd-ports-gnome-08a5845b9ad576f0043fe9354a3a4ac730028f97.zip |
Use Updated esound library.
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 64750e765367..c0bf500b2254 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/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 |