aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-04-27 19:59:28 +0800
committermva <mva@FreeBSD.org>2013-04-27 19:59:28 +0800
commitbed7f8c6b7d24bd79cfb65f528602915a4d25128 (patch)
treee580bb4c66185f6741df23146d4617f207efeeef /misc
parentf71dcf6388902f8ecefb751c89c982dad00b0c8d (diff)
downloadfreebsd-ports-gnome-bed7f8c6b7d24bd79cfb65f528602915a4d25128.tar.gz
freebsd-ports-gnome-bed7f8c6b7d24bd79cfb65f528602915a4d25128.tar.zst
freebsd-ports-gnome-bed7f8c6b7d24bd79cfb65f528602915a4d25128.zip
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
Diffstat (limited to 'misc')
-rw-r--r--misc/lifelines/Makefile3
-rw-r--r--misc/linm/Makefile3
-rw-r--r--misc/lxde-common/Makefile2
-rw-r--r--misc/mc-light/Makefile3
-rw-r--r--misc/mc/Makefile2
-rw-r--r--misc/wmweather+/Makefile2
6 files changed, 6 insertions, 9 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile
index 615115dc5c14..6c3e92fc9ed1 100644
--- a/misc/lifelines/Makefile
+++ b/misc/lifelines/Makefile
@@ -11,9 +11,8 @@ MAINTAINER= matt@gsicomp.on.ca
COMMENT= An advanced genealogical system
GNU_CONFIGURE= yes
-USE_ICONV= yes
USE_BZIP2= yes
-USES= bison
+USES= bison iconv
MAN1= btedit.1 dbverify.1 llines.1
diff --git a/misc/linm/Makefile b/misc/linm/Makefile
index 96ec801c996c..f7d8f71a0d3e 100644
--- a/misc/linm/Makefile
+++ b/misc/linm/Makefile
@@ -12,9 +12,8 @@ DISTNAME= linm_${LINM_VER}-1
MAINTAINER= ports@FreeBSD.org
COMMENT= Clone of Mdir, mc-style terminal file manager
-USES= pkgconfig
+USES= pkgconfig iconv
USE_AUTOTOOLS= libtool
-USE_ICONV= yes
USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/misc/lxde-common/Makefile b/misc/lxde-common/Makefile
index aa62a671b383..c01e8d086f84 100644
--- a/misc/lxde-common/Makefile
+++ b/misc/lxde-common/Makefile
@@ -16,7 +16,7 @@ COMMENT= LXDE Common files
USE_GNOME= gtk20
USE_GMAKE= yes
-USE_ICONV= yes
+USES= iconv
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile
index 5eb782ff31be..7b8386af67ac 100644
--- a/misc/mc-light/Makefile
+++ b/misc/mc-light/Makefile
@@ -19,9 +19,8 @@ OPTIONS_DEFINE= NLS SUBSHELL MC_IN_MC
SUBSHELL_DESC= Build with subshell support (only for bash!)
MC_IN_MC_DESC= Allow run mc inside mc (useful for mcedit)
-USES= pkgconfig
+USES= pkgconfig iconv
USE_GMAKE= yes
-USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-included-slang \
--with-gettext \
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 53a305005f53..86da5ecc92f2 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+=--enable-vfs-smb --with-configdir=${LOCALBASE}/etc\
.endif
.if defined(WITH_ICONV) || !(defined(WITHOUT_ICONV) || defined(MINIMAL))
-USE_ICONV= yes
+USES+= iconv
PLIST_SUB= CHARSETS=""
.else
CONFIGURE_ARGS+=--disable-charset
diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile
index 2a6f28dbc7af..8c9547915e22 100644
--- a/misc/wmweather+/Makefile
+++ b/misc/wmweather+/Makefile
@@ -23,7 +23,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
WRKSRC= ${WRKDIR}/wmweather+-${PORTVERSION}
GNU_CONFIGURE= yes
-USE_ICONV= yes
+USES= iconv
USE_XORG= xpm
CONFIGURE_ARGS+= --with-libwraster=${LOCALBASE} \