diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
commit | 83f02b963c2b22c85235bf19b4f10a20bea921b5 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /net-p2p | |
parent | 152f30ef73f9cf1c87d1eb78186693682bed0c43 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/amule/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-daemon/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-gtk/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-lib/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-qt/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/Makefile | 2 |
7 files changed, 7 insertions, 11 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index f63016744284..a541043374cf 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -69,7 +69,7 @@ CONFIGURE_ARGS+=--disable-debug .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index e301e35f7b0e..9c76f51aa2e3 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -68,7 +68,7 @@ CONFIGURE_ARGS+=--disable-debug .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls diff --git a/net-p2p/eiskaltdcpp-daemon/Makefile b/net-p2p/eiskaltdcpp-daemon/Makefile index 3d5236563483..e777bcba775b 100644 --- a/net-p2p/eiskaltdcpp-daemon/Makefile +++ b/net-p2p/eiskaltdcpp-daemon/Makefile @@ -26,8 +26,7 @@ PROJECTHOST= eiskaltdc USE_XZ= yes USE_GCC= 4.6+ -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_OPENSSL= yes MAKE_JOBS_SAFE= yes diff --git a/net-p2p/eiskaltdcpp-gtk/Makefile b/net-p2p/eiskaltdcpp-gtk/Makefile index 9be1749f3190..5e80b5f99343 100644 --- a/net-p2p/eiskaltdcpp-gtk/Makefile +++ b/net-p2p/eiskaltdcpp-gtk/Makefile @@ -28,8 +28,7 @@ PROJECTHOST= eiskaltdc USE_XZ= yes USE_GCC= 4.6+ -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext USE_OPENSSL= yes MAKE_JOBS_SAFE= yes diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index 2473ddf20ca4..8a80e053bef6 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -20,8 +20,7 @@ PROJECTHOST= eiskaltdc USE_XZ= yes USE_GCC= 4.6+ -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext USE_OPENSSL= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/net-p2p/eiskaltdcpp-qt/Makefile b/net-p2p/eiskaltdcpp-qt/Makefile index 8385930d780e..b97aeb7f1c65 100644 --- a/net-p2p/eiskaltdcpp-qt/Makefile +++ b/net-p2p/eiskaltdcpp-qt/Makefile @@ -29,8 +29,7 @@ PROJECTHOST= eiskaltdc USE_XZ= yes USE_GCC= 4.6+ -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_OPENSSL= yes MAKE_JOBS_SAFE= yes diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index ac1f496b014e..90c12a077a9d 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -100,7 +100,7 @@ CONFIGURE_ARGS+= -U d_gnutls .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= -D d_nls PLIST_SUB+= NLS="" .else |