diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-05 13:52:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-05 13:52:01 +0000 |
commit | 4444d40055f89ca317b5c9347c4f8f6fec9efda8 (patch) | |
tree | d1c9a1645bed84033a13f480bf02f8607ca3feaf /www/galeon2 | |
parent | * documentation into share/doc and respect NOPORTDOCS (diff) |
Add missed gnomeaudio dependency.
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 329ba0b3612c..893afa109771 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/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 |