summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-04-30 16:37:46 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-04-30 16:37:46 +0000
commit311be303285c905205b1863a32ef68ea7f285185 (patch)
treeab790e123ed3d0f3a02ac1007456f92dbf3e866a
parent - conversion of USE_GETTEXT to USES framework (diff)
- Fix cases where 2 USES= were used
With hat: portmgr
Notes
Notes: svn path=/head/; revision=316950
-rw-r--r--emulators/open-vm-tools/Makefile2
-rw-r--r--mail/spmfilter-clamav/Makefile3
-rw-r--r--mail/spmfilter-spamassassin/Makefile3
-rw-r--r--sysutils/rsyslog7/Makefile4
-rw-r--r--x11/gnome-libs/Makefile3
-rw-r--r--x11/mlterm/Makefile1
-rw-r--r--x11/wbarconf/Makefile7
7 files changed, 7 insertions, 16 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index c03b2729569a..a2caf938d450 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -51,7 +51,7 @@ CONFLICTS= open-vm-tools-nox11-[0-9]*
.endif
.if !defined(WITHOUT_FUSE)
-USES= fuse
+USES+= fuse
PLIST_SUB+= FUSE=""
.else
PLIST_SUB+= FUSE="@comment "
diff --git a/mail/spmfilter-clamav/Makefile b/mail/spmfilter-clamav/Makefile
index 815a5d0f6aa0..682ac80c750f 100644
--- a/mail/spmfilter-clamav/Makefile
+++ b/mail/spmfilter-clamav/Makefile
@@ -14,12 +14,11 @@ BUILD_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter
RUN_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter
-USES= cmake
+USES= cmake pkgconfig
CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
-DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib"
USE_LDCONFIG= ${PREFIX}/lib/spmfilter
-USES= pkgconfig
OPTIONS= DEBUG "Enable Debugging" off
diff --git a/mail/spmfilter-spamassassin/Makefile b/mail/spmfilter-spamassassin/Makefile
index cf57c768e0ab..c911c56a2f4c 100644
--- a/mail/spmfilter-spamassassin/Makefile
+++ b/mail/spmfilter-spamassassin/Makefile
@@ -13,12 +13,11 @@ COMMENT= Spamassassin plugin for spmfilter
BUILD_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter
RUN_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter
-USES= cmake
+USES= cmake pkgconfig
CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
-DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib"
USE_LDCONFIG= ${PREFIX}/lib/spmfilter
-USES= pkgconfig
OPTIONS= DEBUG "Enable Debugging" off
diff --git a/sysutils/rsyslog7/Makefile b/sysutils/rsyslog7/Makefile
index b0da1344243c..bff8566994ca 100644
--- a/sysutils/rsyslog7/Makefile
+++ b/sysutils/rsyslog7/Makefile
@@ -75,7 +75,7 @@ PLIST_FILES+= lib/rsyslog/ompgsql.so \
.if ${PORT_OPTIONS:MRELP}
LIB_DEPENDS+= relp.0:${PORTSDIR}/devel/librelp
-USES= pkgconfig
+USES+= pkgconfig
CONFIGURE_ARGS+=--enable-relp
PLIST_FILES+= lib/rsyslog/imrelp.la \
lib/rsyslog/imrelp.so \
@@ -85,7 +85,7 @@ PLIST_FILES+= lib/rsyslog/imrelp.la \
.if ${PORT_OPTIONS:MRFC3195}
LIB_DEPENDS+= logging.0:${PORTSDIR}/devel/liblogging
-USES= pkgconfig
+USES+= pkgconfig
CONFIGURE_ARGS+=--enable-rfc3195
PLIST_FILES+= lib/rsyslog/im3195.la \
lib/rsyslog/im3195.so
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index c71599f6ca4e..08729e16e038 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -16,12 +16,11 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
-USES= charsetfix gettext
+USES= charsetfix gettext pathfix
USE_BZIP2= yes
USE_XORG= xpm ice x11
USE_PERL5= yes
USE_GMAKE= yes
-USES= pathfix gettext
USE_GNOME= gnomehier gnomeprefix esound gtk12 imlib libxml orbit
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 53670d0a4a50..c91f5a1a488b 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -111,7 +111,6 @@ LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter
.endif
USE_LDCONFIG= yes
-USES= gettext
MAN1= mlterm.1 mlclient.1
diff --git a/x11/wbarconf/Makefile b/x11/wbarconf/Makefile
index bfeaa0237238..bdfbf4cd7531 100644
--- a/x11/wbarconf/Makefile
+++ b/x11/wbarconf/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wbarconf
-# Date created: 21 may 2009
-# Whom: Olivier Cochard-Labbe <olivier@cochard.me>
-#
+# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
# $FreeBSD$
-#
PORTNAME= wbarconf
PORTVERSION= 0.7.2.2
@@ -22,7 +18,6 @@ USES= gettext
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= README COPYING
-USES= gettext
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin