diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-05 21:52:01 +0800 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-05 21:52:01 +0800 |
commit | 4444d40055f89ca317b5c9347c4f8f6fec9efda8 (patch) | |
tree | d1c9a1645bed84033a13f480bf02f8607ca3feaf /www/galeon | |
parent | 8e12ef263a8fba6139731c9c6dc988423f4497c4 (diff) | |
download | freebsd-ports-gnome-4444d40055f89ca317b5c9347c4f8f6fec9efda8.tar.gz freebsd-ports-gnome-4444d40055f89ca317b5c9347c4f8f6fec9efda8.tar.zst freebsd-ports-gnome-4444d40055f89ca317b5c9347c4f8f6fec9efda8.zip |
Add missed gnomeaudio dependency.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 329ba0b3612c..893afa109771 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \ gconf-1.1:${PORTSDIR}/devel/gconf \ gnomevfs.0:${PORTSDIR}/devel/gnomevfs \ oaf.0:${PORTSDIR}/devel/oaf - -RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} +RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio \ + ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} .if !defined(WITH_FULL_MOZILLA) MOZILLA= mozilla-embedded |