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 /x11-toolkits | |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gal/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/p5-Prima/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index b3f446447233..5814154d7e4e 100644 --- a/x11-toolkits/gal/Makefile +++ b/x11-toolkits/gal/Makefile @@ -16,14 +16,14 @@ DIST_SUBDIR= gnome MAINTAINER?= gnome@FreeBSD.org COMMENT= A collection of widgets taken from GNOME gnumeric and evolution -LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnomehier libglade gnomevfs +USE_ICONV= yes GNOME_HTML_DIR= ${PREFIX}/share/doc/gal INSTALLS_SHLIB= yes USE_LIBTOOL_VER=13 diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile index 4411e87392a3..f461e1167466 100644 --- a/x11-toolkits/p5-Prima/Makefile +++ b/x11-toolkits/p5-Prima/Makefile @@ -47,6 +47,6 @@ LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .if defined (WITHOUT_ICONV) CONFIGURE_ARGS+= WITH_ICONV=0 .else -LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv +USE_ICONV= yes .endif .endif diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile index d03dd08a2d5d..8fed5d348a61 100644 --- a/x11-toolkits/wxgtk/Makefile +++ b/x11-toolkits/wxgtk/Makefile @@ -19,13 +19,13 @@ MAINTAINER?= fjoe@FreeBSD.org COMMENT?= The wxWindows GUI toolkit with GTK+ bindings LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - iconv.3:${PORTSDIR}/converters/libiconv + tiff.4:${PORTSDIR}/graphics/tiff USE_BZIP2= yes USE_X_PREFIX= yes USE_GL= yes USE_GMAKE= yes +USE_ICONV= yes USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index d03dd08a2d5d..8fed5d348a61 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/Makefile @@ -19,13 +19,13 @@ MAINTAINER?= fjoe@FreeBSD.org COMMENT?= The wxWindows GUI toolkit with GTK+ bindings LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - iconv.3:${PORTSDIR}/converters/libiconv + tiff.4:${PORTSDIR}/graphics/tiff USE_BZIP2= yes USE_X_PREFIX= yes USE_GL= yes USE_GMAKE= yes +USE_ICONV= yes USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |