openbsd-ports/x11/gnome/dictionary/Makefile
ajacoutot 0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00

37 lines
965 B
Makefile

# $OpenBSD: Makefile,v 1.2 2012/09/01 14:36:59 ajacoutot Exp $
COMMENT= GNOME dictionary application
GNOME_PROJECT= gnome-dictionary
GNOME_VERSION= 3.4.0
REVISION= 0
SHARED_LIBS += gdict-1.0 7.0 # 6.7
# GPLv2 - LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
WANTLIB += cairo-gobject drm expat ffi fontconfig freetype gdk-3
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs stdc++ xcb
WANTLIB += xcb-render xcb-shm z
LIB_DEPENDS= x11/gtk+3
MODULES= devel/dconf \
devel/gettext \
x11/gnome
MODGNOME_TOOLS= yelp
MODGNOME_DESKTOP_FILE= Yes
CONFIGURE_ARGS= --enable-ipv6=yes
.include <bsd.port.mk>