diff options
Diffstat (limited to 'net/kdenetwork4/Makefile')
-rw-r--r-- | net/kdenetwork4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 2ecdb96c2642..530f70b96829 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -6,7 +6,6 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -46,7 +45,7 @@ MAKE_JOBS_SAFE= yes # Explicitly disable alsa, see for details: # http://mail.kde.org/pipermail/kde-freebsd/2010-March/008015.html -#CMAKE_ARGS+= -DWITH_Alsa:BOOL=OFF +CMAKE_ARGS+= -DWITH_Alsa:BOOL=OFF # Embedded btcore support already disconnected from the build and outdated CMAKE_ARGS+= -DENABLE_EMBEDDED_TORRENT_SUPPORT=FALSE |