Remove XXX and add support for gtkspell.
This commit is contained in:
parent
816e04bd32
commit
3b78383d97
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2012/04/10 06:42:19 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2012/04/12 18:05:43 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= gettext(1) files editor for GNOME
|
||||
|
||||
GNOME_PROJECT= gtranslator
|
||||
GNOME_VERSION= 2.91.2
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += gtranslator-private 0.0 # 0.0
|
||||
|
||||
@ -21,14 +22,14 @@ 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 dbus-1 drm expat ffi fontconfig freetype
|
||||
WANTLIB += gcrypt gda-5.0 gdict-1.0 gdk-3 gdk_pixbuf-2.0 gdl-3
|
||||
WANTLIB += gettextpo gio-2.0 girepository-1.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += cairo-gobject dbus-1 drm enchant expat ffi fontconfig
|
||||
WANTLIB += freetype gcrypt gda-5.0 gdict-1.0 gdk-3 gdk_pixbuf-2.0
|
||||
WANTLIB += gdl-3 gettextpo gio-2.0 girepository-1.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gnome-keyring gobject-2.0 gpg-error gthread-2.0 gtk-3
|
||||
WANTLIB += gtksourceview-3.0 json-glib-1.0 m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre peas-1.0 peas-gtk-1.0 pixman-1 png
|
||||
WANTLIB += pthread pthread-stubs stdc++ xcb xcb-render xcb-shm
|
||||
WANTLIB += xml2 z
|
||||
WANTLIB += gtksourceview-3.0 gtkspell-3 json-glib-1.0 m pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre peas-1.0 peas-gtk-1.0
|
||||
WANTLIB += pixman-1 png pthread pthread-stubs stdc++ xcb xcb-render
|
||||
WANTLIB += xcb-shm xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome \
|
||||
@ -43,6 +44,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
LIB_DEPENDS= devel/gobject-introspection \
|
||||
devel/json-glib \
|
||||
devel/libpeas \
|
||||
textproc/gtkspell3 \
|
||||
x11/gnome/gdl \
|
||||
x11/gtksourceview3 \
|
||||
x11/gnome/dictionary \
|
||||
@ -54,12 +56,9 @@ MODGNOME_TOOLS= goi yelp
|
||||
MODGNOME_CPPFLAGS=-I${LOCALBASE}/include/db4
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --with-dictionary \
|
||||
--with-gda=5.0
|
||||
CONFIGURE_ENV= LIBS="-liconv -lintl"
|
||||
USE_GROFF = Yes
|
||||
|
||||
# XXX needs (unreleased) gtkspell3
|
||||
CONFIGURE_ARGS += --without-gtkspell
|
||||
CONFIGURE_ARGS= --with-dictionary \
|
||||
--with-gda=5.0 \
|
||||
--with-gtkspell
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user