diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-01 17:11:46 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-01 17:11:46 +0800 |
commit | e5cc558c4e1180d1965d396f381f6e070345711b (patch) | |
tree | 5640b8a0f355a8b7c3ae788dbec5a08a9f3aae75 /devel/gir-repository/Makefile | |
parent | ad8ed604ee5e2c6695ff49888cba334d7d769650 (diff) | |
download | marcuscom-ports-e5cc558c4e1180d1965d396f381f6e070345711b.tar.gz marcuscom-ports-e5cc558c4e1180d1965d396f381f6e070345711b.tar.zst marcuscom-ports-e5cc558c4e1180d1965d396f381f6e070345711b.zip |
Remove gir-repository-atk as the atk port now installs gir files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13742 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gir-repository/Makefile')
-rw-r--r-- | devel/gir-repository/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gir-repository/Makefile b/devel/gir-repository/Makefile index 58309fd91..3888ec342 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.12 2010/01/28 13:41:55 avl Exp $ +# $MCom: ports/devel/gir-repository/Makefile,v 1.13 2010/02/26 05:00:30 avl Exp $ # MASTER_SITES= # Empty @@ -16,8 +16,7 @@ COMMENT= Introspection information for various libraries NO_BUILD= yes -RUN_DEPENDS= ${GIRDIR}/${atk_GIR}.gir:${PORTSDIR}/${atk_CATEGORY}/gir-repository-atk \ - ${GIRDIR}/${poppler_GIR}.gir:${PORTSDIR}/${poppler_CATEGORY}/gir-repository-poppler \ +RUN_DEPENDS= ${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 \ ${GIRDIR}/${gconf2_GIR}.gir:${PORTSDIR}/${gconf2_CATEGORY}/gir-repository-gconf2 \ |