diff options
author | krion <krion@FreeBSD.org> | 2004-03-31 03:56:43 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-31 03:56:43 +0800 |
commit | 14042a07c94213103476ba10caba0e05d7386a88 (patch) | |
tree | 85ab7d332a60216705aba7ae5ea7bd5afd901b21 /sysutils | |
parent | 17635d4d1428af00fc5c2d051fe401dc9e54a671 (diff) | |
download | freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.gz freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.zst freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.zip |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gtk-imonc/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xcdroast/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile index df98af7ef037..1f217f2dd975 100644 --- a/sysutils/gtk-imonc/Makefile +++ b/sysutils/gtk-imonc/Makefile @@ -14,8 +14,6 @@ MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/ MAINTAINER= steffen@vogelreuter.de COMMENT= A gtk based client to control an one disc fli4l router -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \ @@ -23,6 +21,7 @@ CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk12 +USE_ICONV= yes USE_REINPLACE= yes USE_X_PREFIX= yes diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index cc6797b8152d..9fa03b15bc05 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -19,12 +19,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src new_configure.tar.gz:patch MAINTAINER= oliver@FreeBSD.org COMMENT= Another X11 frontend to mkisofs/cdrecord -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ mkisofs:${PORTSDIR}/sysutils/mkisofs USE_X_PREFIX= yes USE_GETTEXT= yes +USE_ICONV= yes GNU_CONFIGURE= yes USE_AUTOCONF_VER= 253 |