Drop the gettext module.
This commit is contained in:
parent
0e9d12ca9b
commit
0f0f63d405
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2016/02/27 12:34:22 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2016/08/28 15:56:21 jca Exp $
|
||||
|
||||
COMMENT= simple xrandr config tool
|
||||
|
||||
DISTNAME= lxrandr-0.3.1
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= x11 sysutils
|
||||
|
||||
@ -14,17 +15,17 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
||||
WANTLIB += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
|
||||
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
|
||||
WANTLIB += gtk-x11-2.0 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += gtk-x11-2.0 intl pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pthread z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MODULES= devel/gettext
|
||||
# needed for regression test
|
||||
MODULES+= textproc/intltool
|
||||
|
||||
LIB_DEPENDS= x11/gtk+2
|
||||
LIB_DEPENDS= devel/gettext \
|
||||
x11/gtk+2
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user