Fix DEPENDS.

This commit is contained in:
ajacoutot 2011-09-23 09:25:33 +00:00
parent b813cb8b27
commit 1a44da2610

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.33 2011/09/23 08:49:41 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.34 2011/09/23 09:25:33 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= small and lightweight IDE
DISTNAME= geany-0.20
REVISION = 1
REVISION = 2
CATEGORIES= devel
@ -35,11 +35,11 @@ WANTLIB += drm expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 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
WANTLIB += xcb-render xcb-shm z ffi
LIB_DEPENDS= devel/vte,gtk2 \
x11/gtk+2
RUN_DEPENDS= devel/desktop-file-utils
LIB_DEPENDS= x11/gtk+2
RUN_DEPENDS= devel/desktop-file-utils \
devel/vte,gtk2
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \