From f139a49091ebf4cf835d19505532feec9c37214c Mon Sep 17 00:00:00 2001 From: jasper Date: Sat, 15 Jan 2011 22:53:30 +0000 Subject: [PATCH] - add missing build dependency ok aja@ (MAINTAINER) --- security/gksu-polkit/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/gksu-polkit/Makefile b/security/gksu-polkit/Makefile index 8dfcbc157b6..7ef271388ec 100644 --- a/security/gksu-polkit/Makefile +++ b/security/gksu-polkit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2010/11/20 17:22:43 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2011/01/15 22:53:30 jasper Exp $ COMMENT= command line utility to run programs as root @@ -38,7 +38,8 @@ LIB_DEPENDS= sysutils/polkit \ BUILD_DEPENDS= lang/vala RUN_DEPENDS= polkit-gnome-*|polkit-qt4-*:x11/polkit-gnome -MODULES= devel/gettext +MODULES= devel/gettext \ + textproc/intltool USE_GMAKE= Yes USE_LIBTOOL= Yes