diff options
-rw-r--r-- | devel/gir-repository/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gir-repository/Makefile b/devel/gir-repository/Makefile index 7e00a0074..58309fd91 100644 --- a/devel/gir-repository/Makefile +++ b/devel/gir-repository/Makefile @@ -3,7 +3,7 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/devel/gir-repository/Makefile,v 1.11 2010/01/09 05:50:20 marcus Exp $ +# $MCom: ports/devel/gir-repository/Makefile,v 1.12 2010/01/28 13:41:55 avl Exp $ # MASTER_SITES= # Empty @@ -17,7 +17,6 @@ COMMENT= Introspection information for various libraries NO_BUILD= yes RUN_DEPENDS= ${GIRDIR}/${atk_GIR}.gir:${PORTSDIR}/${atk_CATEGORY}/gir-repository-atk \ - ${GIRDIR}/${pango_GIR}.gir:${PORTSDIR}/${pango_CATEGORY}/gir-repository-pango \ ${GIRDIR}/${poppler_GIR}.gir:${PORTSDIR}/${poppler_CATEGORY}/gir-repository-poppler \ ${GIRDIR}/${libsoup_GIR}.gir:${PORTSDIR}/${libsoup_CATEGORY}/gir-repository-libsoup \ ${GIRDIR}/${dbus_GIR}.gir:${PORTSDIR}/${dbus_CATEGORY}/gir-repository-dbus \ |