diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
commit | a9f655130603ff40a917146738a8cb2487ed5f82 (patch) | |
tree | 5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /www/galeon | |
parent | c6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff) |
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=105726
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index c6b6da7fd412..d6197296cb97 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -16,7 +16,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME Web browser based on gecko (the Mozilla rendering engine) BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} MOZ_CONFIGURE_ARGS=--with-mozilla-snapshot="trunk" @@ -38,6 +37,7 @@ HEADERS_SUFX= USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack bonobo libglade gnomevfs gnometarget USE_GMAKE= yes +USE_ICONV= yes USE_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla${HEADERS_SUFX}" \ |