diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-18 04:23:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-18 04:23:14 +0800 |
commit | ebf9a3f09ba70844de8a89096fb5517d0fcc5217 (patch) | |
tree | 3cf7182b92829c600514d653bf3d5d6fc6e2f40c /devel | |
parent | c9f0ec542562a39009fe3ac9362ea1492e2f930c (diff) | |
download | marcuscom-ports-ebf9a3f09ba70844de8a89096fb5517d0fcc5217.tar marcuscom-ports-ebf9a3f09ba70844de8a89096fb5517d0fcc5217.tar.gz marcuscom-ports-ebf9a3f09ba70844de8a89096fb5517d0fcc5217.tar.bz2 marcuscom-ports-ebf9a3f09ba70844de8a89096fb5517d0fcc5217.tar.lz marcuscom-ports-ebf9a3f09ba70844de8a89096fb5517d0fcc5217.tar.xz marcuscom-ports-ebf9a3f09ba70844de8a89096fb5517d0fcc5217.tar.zst marcuscom-ports-ebf9a3f09ba70844de8a89096fb5517d0fcc5217.zip |
Re-enable MDNS support now that Howl has been updated to 0.9.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2690 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-vfs/Makefile | 14 | ||||
-rw-r--r-- | devel/gnomevfs2/Makefile | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index fd045e1a8..8ea41e815 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -45,7 +45,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 @@ -65,9 +65,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 @@ -91,9 +91,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 \ diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index fd045e1a8..8ea41e815 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -45,7 +45,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 @@ -65,9 +65,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 @@ -91,9 +91,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 \ |