Drop the gettext module.

This commit is contained in:
jca 2016-08-27 16:59:18 +00:00
parent f45b42576e
commit d6905069fa

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2015/08/21 19:17:10 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2016/08/27 16:59:18 jca Exp $
COMMENT = desktop daemon to perform advanced window manipulations
V = 0.2.4
DISTNAME = winwrangler-$V
REVISION= 8
REVISION= 9
CATEGORIES = x11
@ -15,8 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES = ${HOMEPAGE}/0.2/$V/+download/
MODULES = devel/gettext \
textproc/intltool
MODULES = textproc/intltool
USE_GMAKE = Yes
@ -28,17 +27,17 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
BUILD_DEPENDS = devel/libexecinfo
LIB_DEPENDS = x11/gtkhotkey \
devel/gettext \
devel/libwnck \
devel/startup-notification
WANTLIB += X11 XRes Xcomposite Xcursor Xdamage
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 gio-2.0 glib-2.0
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pcre
WANTLIB += pixman-1 png pthread-stubs xcb xcb-util
WANTLIB += z gtkhotkey wnck-1 startup-notification-1
WANTLIB += X11-xcb ffi graphite2 gthread-2.0 harfbuzz pthread
WANTLIB += xcb-render xcb-shm
WANTLIB += X11 X11-xcb XRes Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat ffi
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
WANTLIB += gtk-x11-2.0 gtkhotkey harfbuzz iconv intl m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pthread-stubs startup-notification-1 wnck-1 xcb xcb-render
WANTLIB += xcb-shm xcb-util z
.include <bsd.port.mk>