Remove uneeded CONFIGURE_ARGS and BUILD_DEPENDS.

This commit is contained in:
ajacoutot 2012-08-17 11:41:34 +00:00
parent 3e702402f1
commit f5b6733e20

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2012/04/28 10:52:09 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.21 2012/08/17 11:41:34 ajacoutot Exp $
COMMENT= PolicyKit authentication agent for GNOME/GTK+
@ -28,16 +28,10 @@ WANTLIB += pthread-stubs xcb xcb-render xcb-shm z stdc++
MODULES= devel/gettext \
x11/gnome
BUILD_DEPENDS= devel/gobject-introspection
LIB_DEPENDS= sysutils/polkit>=0.102 \
x11/gtk+3
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-gtk-doc
# XXX no introspection support anymore, but configure still has a check for it
CONFIGURE_ARGS += --disable-introspection
# revert the following commit:
# ----------------------------------------------------------------------