drop dependency on ancient gtkhtml library, sync WANTLIB while here.

This commit is contained in:
jasper 2013-03-30 15:09:30 +00:00
parent fd256e46ea
commit e38a420753

View File

@ -1,24 +1,16 @@
# $OpenBSD: Makefile,v 1.35 2013/03/11 11:23:57 espie Exp $
# $OpenBSD: Makefile,v 1.36 2013/03/30 15:09:30 jasper Exp $
COMMENT = GTK client for LiveJournal
DISTNAME = logjam-4.6.1
CATEGORIES = misc x11
REVISION = 3
REVISION = 4
HOMEPAGE = http://andy-shev.github.com/LogJam/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c cairo dbus-1 dbus-glib-1 enchant
WANTLIB += expat ffi fontconfig freetype gailutil gconf-2 gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 gtkhtml-3.14 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += soup-2.4 sqlite3 stdc++ xcb xcb-render xcb-shm xml2
WANTLIB += z
MASTER_SITES = ${HOMEPAGE}/download/
EXTRACT_SUFX = .tar.bz2
@ -26,20 +18,30 @@ EXTRACT_SUFX = .tar.bz2
MODULES = devel/gettext \
textproc/intltool
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c cairo dbus-1 dbus-glib-1 expat
WANTLIB += ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz icudata icule icuuc
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs soup-2.4 sqlite3 xcb xcb-render
WANTLIB += xcb-shm xml2 z
LIB_DEPENDS = devel/libsoup \
textproc/libxml \
www/gtkhtml3
x11/dbus-glib \
x11/gtk+2
RUN_DEPENDS = devel/desktop-file-utils
USE_GROFF = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-gtkhtml314 \
--with-libsoup \
CONFIGURE_ARGS = --with-libsoup \
--with-sqlite3 \
--without-librsvg \
--without-gtkspell \
--without-gtkhtml314 \
--without-xmms \
--without-banshee