diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-10 08:28:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-10 08:28:06 +0000 |
commit | 53b29d22407b8f243b5e28b30ed1333b5f8ce1f1 (patch) | |
tree | d1e21ad90ec47ea5b0a07273ffcd3b7563961da9 /devel/gnome-vfs | |
parent | 8a2ebf1269fe250a4a14dbeae724c767900186f8 (diff) | |
download | ports-53b29d22407b8f243b5e28b30ed1333b5f8ce1f1.tar.gz ports-53b29d22407b8f243b5e28b30ed1333b5f8ce1f1.zip |
Notes
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r-- | devel/gnome-vfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 52c4a0f2ee36..53c8419ae496 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -45,7 +45,9 @@ OPTIONS= KDE_MENUS "Integrated KDE menu picks" on .undef WITHOUT_CDPARANOIA .undef WITHOUT_SAMBA .undef WITHOUT_MDNS +.if ${ARCH} != "alpha" WITH_MDNS= yes +.endif WITH_CDPARANOIA= yes WITH_SAMBA= yes .endif |