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 | |
parent | - update to 0.9 (diff) |
Disable howl support on Alpha during package building since howl is currently
broken on Alpha. I'm waiting to hear back from the maintainer on a proposed
fix.
Notes
Notes:
svn path=/head/; revision=126031
-rw-r--r-- | devel/gnome-vfs/Makefile | 2 | ||||
-rw-r--r-- | devel/gnomevfs2/Makefile | 2 |
2 files changed, 4 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 diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 52c4a0f2ee36..53c8419ae496 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/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 |