diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
commit | ffd97a0193e0238aa21bc32b570fd052292e0fe5 (patch) | |
tree | b368198f913179c06dafd19ac72527fcf9836f6d /net-p2p | |
parent | ccbdf54cacb9796580726f8d5278fe3fa53d5e53 (diff) | |
download | ports-ffd97a0193e0238aa21bc32b570fd052292e0fe5.tar.gz ports-ffd97a0193e0238aa21bc32b570fd052292e0fe5.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/eiskaltdcpp-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-gtk/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-lib/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-qt/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/ktorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libktorrent/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/eiskaltdcpp-daemon/Makefile b/net-p2p/eiskaltdcpp-daemon/Makefile index ce029f08336f..3d5236563483 100644 --- a/net-p2p/eiskaltdcpp-daemon/Makefile +++ b/net-p2p/eiskaltdcpp-daemon/Makefile @@ -27,7 +27,7 @@ PROJECTHOST= eiskaltdc USE_XZ= yes USE_GCC= 4.6+ USE_GETTEXT= yes -USE_CMAKE= yes +USES= cmake USE_OPENSSL= yes MAKE_JOBS_SAFE= yes diff --git a/net-p2p/eiskaltdcpp-gtk/Makefile b/net-p2p/eiskaltdcpp-gtk/Makefile index d3cc116bf28e..9be1749f3190 100644 --- a/net-p2p/eiskaltdcpp-gtk/Makefile +++ b/net-p2p/eiskaltdcpp-gtk/Makefile @@ -28,7 +28,7 @@ PROJECTHOST= eiskaltdc USE_XZ= yes USE_GCC= 4.6+ -USE_CMAKE= yes +USES= cmake USE_GETTEXT= yes USE_OPENSSL= yes MAKE_JOBS_SAFE= yes diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index 9b2a2db59265..2473ddf20ca4 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -20,7 +20,7 @@ PROJECTHOST= eiskaltdc USE_XZ= yes USE_GCC= 4.6+ -USE_CMAKE= yes +USES= cmake USE_GETTEXT= yes USE_OPENSSL= yes USE_LDCONFIG= yes diff --git a/net-p2p/eiskaltdcpp-qt/Makefile b/net-p2p/eiskaltdcpp-qt/Makefile index 86ed3abbb86f..8385930d780e 100644 --- a/net-p2p/eiskaltdcpp-qt/Makefile +++ b/net-p2p/eiskaltdcpp-qt/Makefile @@ -30,7 +30,7 @@ PROJECTHOST= eiskaltdc USE_XZ= yes USE_GCC= 4.6+ USE_GETTEXT= yes -USE_CMAKE= yes +USES= cmake USE_OPENSSL= yes MAKE_JOBS_SAFE= yes diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index d04db0b66528..9dfcb82548ec 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 pimlibs workspace USE_QT4= qmake_build moc_build rcc_build uic_build -USE_CMAKE= yes +USES= cmake USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index 192227be248c..29e7b0a46a2d 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build -USE_CMAKE= yes +USES= cmake USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |