Use the gettext module instead of the libiconv one and set WANTLIB
accordingly. ok landry@ (maintainer)
This commit is contained in:
parent
39037c7b3a
commit
4d475fe43d
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2010/11/22 08:36:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2010/12/17 16:17:54 ajacoutot Exp $
|
||||
|
||||
COMMENT = open source web browser engine
|
||||
|
||||
DISTNAME = webkit-1.2.5
|
||||
EPOCH = 0
|
||||
REVISION = 0
|
||||
CATEGORIES = www
|
||||
|
||||
HOMEPAGE = http://webkitgtk.org/
|
||||
@ -24,7 +25,7 @@ VMEM_WARNING = Yes
|
||||
USE_GMAKE = Yes
|
||||
USE_LIBTOOL = Yes
|
||||
|
||||
MODULES = converters/libiconv \
|
||||
MODULES = devel/gettext \
|
||||
textproc/intltool
|
||||
|
||||
.include <bsd.own.mk>
|
||||
@ -53,7 +54,7 @@ RUN_DEPENDS = multimedia/gstreamer-0.10/plugins-ffmpeg \
|
||||
WANTLIB = ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
||||
Xfixes Xi Xinerama Xrandr Xrender Xt atk-1.0 c xcb-render \
|
||||
expat fontconfig freetype gcrypt gio-2.0 glib-2.0 gmodule-2.0 \
|
||||
gnutls gobject-2.0 gpg-error gthread-2.0 intl jpeg m \
|
||||
gnutls gobject-2.0 gpg-error gthread-2.0 jpeg m \
|
||||
gtk-x11-2.0 gdk-x11-2.0 gdk_pixbuf-2.0 gailutil \
|
||||
gstreamer-0.10 gstbase-0.10 gstvideo-0.10 gstapp-0.10 gstpbutils-0.10 \
|
||||
icudata icui18n icuuc sqlite3 xslt enchant soup-2.4 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user