diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-17 00:44:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-17 00:44:29 +0800 |
commit | f5537b20661e3db1e21399ebf9b0d84dcbf22913 (patch) | |
tree | 8fb3593288ea6935ea1d9e8222a8c6fd9c35ef80 /devel/gnome-vfs | |
parent | 253521ca1180bc170651ab8ca37d15cd75b96996 (diff) | |
download | marcuscom-ports-f5537b20661e3db1e21399ebf9b0d84dcbf22913.tar marcuscom-ports-f5537b20661e3db1e21399ebf9b0d84dcbf22913.tar.gz marcuscom-ports-f5537b20661e3db1e21399ebf9b0d84dcbf22913.tar.bz2 marcuscom-ports-f5537b20661e3db1e21399ebf9b0d84dcbf22913.tar.lz marcuscom-ports-f5537b20661e3db1e21399ebf9b0d84dcbf22913.tar.xz marcuscom-ports-f5537b20661e3db1e21399ebf9b0d84dcbf22913.tar.zst marcuscom-ports-f5537b20661e3db1e21399ebf9b0d84dcbf22913.zip |
Temporarily remove howl support until the port gets updated to 0.9.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2674 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r-- | devel/gnome-vfs/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index ec7cea855..3a8948943 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -41,7 +41,7 @@ OPTIONS= KDE_MENUS "Integrated KDE menu picks" on .undef WITHOUT_CDPARANOIA .undef WITHOUT_SAMBA .undef WITHOUT_MDNS -WITH_MDNS= yes +#WITH_MDNS= yes WITH_CDPARANOIA= yes WITH_SAMBA= yes .endif @@ -61,9 +61,9 @@ WITH_CDPARANOIA= yes WITH_SAMBA= yes .endif -.if exists(${LOCALBASE}/lib/libhowl.so) -WITH_MDNS= yes -.endif +#.if exists(${LOCALBASE}/lib/libhowl.so) +#WITH_MDNS= yes +#.endif .if defined(WITH_CDPARANOIA) LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia @@ -87,9 +87,9 @@ PLIST_SUB+= SAMBA="" PLIST_SUB+= SAMBA="@comment " .endif -.if defined(WITH_MDNS) -LIB_DEPENDS+= howl:${PORTSDIR}/net/howl -.endif +#.if defined(WITH_MDNS) +#LIB_DEPENDS+= howl:${PORTSDIR}/net/howl +#.endif post-patch: @${FIND} ${WRKSRC} -name "*info.in" | ${XARGS} ${REINPLACE_CMD} -e \ |