aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-04 20:01:05 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-04 20:01:05 +0000
commit9f7e7e1326e79bd8e12c1f04deb511f02f41b2f2 (patch)
tree293dcbc9c7e5b5460095f0f0b868e1ead9528ded /sysutils
parent4b842875ea2948eda84bd8103594cb2a73c6993d (diff)
downloadports-9f7e7e1326e79bd8e12c1f04deb511f02f41b2f2.tar.gz
ports-9f7e7e1326e79bd8e12c1f04deb511f02f41b2f2.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/djmount/Makefile2
-rw-r--r--sysutils/libcdio/Makefile2
-rw-r--r--sysutils/xcdroast/Makefile4
3 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile
index 65089d7763ce..03d5fe64c97c 100644
--- a/sysutils/djmount/Makefile
+++ b/sysutils/djmount/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/upnp
PLIST_FILES= bin/${PORTNAME}
GNU_CONFIGURE= yes
USES= fuse iconv:build pkgconfig
-CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
+CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \
--with-fuse-prefix=${LOCALBASE} \
--with-external-libupnp --with-libupnp-prefix=${LOCALBASE}
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile
index d280eb2b6ae9..3868ba673408 100644
--- a/sysutils/libcdio/Makefile
+++ b/sysutils/libcdio/Makefile
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
USES= pathfix pkgconfig iconv ncurses
USE_GMAKE= yes
USE_LDCONFIG= yes
-CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE}
+CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG}
USE_PERL5_BUILD=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile
index ffc23df04f5b..c87e23ed8a62 100644
--- a/sysutils/xcdroast/Makefile
+++ b/sysutils/xcdroast/Makefile
@@ -20,7 +20,7 @@ NONROOT_DESC= Use xcdroast w/o being root
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
BUILD_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
-USES= gettext gmake pkgconfig
+USES= gettext gmake iconv pkgconfig
GNU_CONFIGURE= yes
WANT_GNOME= yes
@@ -29,7 +29,7 @@ CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" \
CONFIGURE_ARGS= --with-cdrtools-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE} \
- --with-libiconv-prefix=${LOCALBASE}
+ ${ICONV_CONFIGURE_ARG}
MAN1= xcdroast.1