From 350610e96c4002b6f9726c1d6591b44138528f42 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 17 May 2011 06:29:25 +0000 Subject: [PATCH] Add ${MODGETTEXT_RUN_DEPENDS}. --- net/libproxy/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index 8dbb6614313..2ad5a6d4af1 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2011/05/16 08:24:31 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2011/05/17 06:29:25 ajacoutot Exp $ SHARED_ONLY= Yes @@ -13,7 +13,7 @@ PKGNAME-main= libproxy-${VERSION} PKGNAME-mozilla= libproxy-mozilla-${VERSION} PKGNAME-webkit= libproxy-webkit-${VERSION} -REVISION-main= 1 +REVISION-main= 2 REVISION-mozilla= 1 REVISION-webkit= 3 @@ -47,7 +47,8 @@ MULTI_PACKAGES= -main BUILD_DEPENDS= lang/vala -RUN_DEPENDS-main= ${MODPY_RUN_DEPENDS} +RUN_DEPENDS-main= ${MODGETTEXT_RUN_DEPENDS} \ + ${MODPY_RUN_DEPENDS} LIB_DEPENDS-main= ${LIB_DEPENDS} \ devel/gconf2