aboutsummaryrefslogtreecommitdiff
path: root/devel/gnomevfs2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-01-10 08:28:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-01-10 08:28:06 +0000
commit53b29d22407b8f243b5e28b30ed1333b5f8ce1f1 (patch)
treed1e21ad90ec47ea5b0a07273ffcd3b7563961da9 /devel/gnomevfs2
parent8a2ebf1269fe250a4a14dbeae724c767900186f8 (diff)
downloadports-53b29d22407b8f243b5e28b30ed1333b5f8ce1f1.tar.gz
ports-53b29d22407b8f243b5e28b30ed1333b5f8ce1f1.zip
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
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r--devel/gnomevfs2/Makefile2
1 files changed, 2 insertions, 0 deletions
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