diff options
| -rw-r--r-- | devel/gir-repository/Makefile | 3 | ||||
| -rw-r--r-- | devel/gir-repository/bsd.gir.mk | 8 | 
2 files changed, 1 insertions, 10 deletions
diff --git a/devel/gir-repository/Makefile b/devel/gir-repository/Makefile index ba17cb5e2..7f23de8dd 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.19 2010/06/05 18:00:23 kwm Exp $ +#   $MCom: ports/devel/gir-repository/Makefile,v 1.20 2010/06/06 11:07:05 kwm Exp $  #  MASTER_SITES=	# Empty @@ -22,7 +22,6 @@ RUN_DEPENDS=	${GIRDIR}/${poppler_GIR}.gir:${PORTSDIR}/${poppler_CATEGORY}/gir-re  		${GIRDIR}/${gnomekeyring_GIR}.gir:${PORTSDIR}/${gnomekeyring_CATEGORY}/gir-repository-gnome-keyring \  		${GIRDIR}/${libnotify_GIR}.gir:${PORTSDIR}/${libnotify_CATEGORY}/gir-repository-libnotify \  		${GIRDIR}/${vte_GIR}.gir:${PORTSDIR}/${vte_CATEGORY}/gir-repository-vte \ -		${GIRDIR}/${avahi_GIR}.gir:${PORTSDIR}/${avahi_CATEGORY}/gir-repository-avahi \  		${GIRDIR}/${goocanvas_GIR}.gir:${PORTSDIR}/${goocanvas_CATEGORY}/gir-repository-goocanvas  do-install:	# empty diff --git a/devel/gir-repository/bsd.gir.mk b/devel/gir-repository/bsd.gir.mk index d10f7a226..c24f60f25 100644 --- a/devel/gir-repository/bsd.gir.mk +++ b/devel/gir-repository/bsd.gir.mk @@ -24,9 +24,6 @@ libnotify_GIR=	Notify-0.4  vte_CATEGORY=	x11-toolkits  vte_GIR=	Vte-1.0 -avahi_CATEGORY=	net -avahi_GIR=	Avahi-0.6 -  goocanvas_CATEGORY=	graphics  goocanvas_GIR=	GooCanvas-0.10 @@ -97,11 +94,6 @@ GIR_FILES=	Vte-1.0  CLEAR_DEPS+=	Gtk-2.0  .endif -.if ${GIR_NAME} == "avahi" -LIB_DEPENDS+=	avahi-gobject.0:${PORTSDIR}/net/avahi-app -GIR_FILES=	Avahi-0.6 AvahiCore-0.6 -.endif -  .if ${GIR_NAME} == "goocanvas"  LIB_DEPENDS+=	goocanvas.3:${PORTSDIR}/graphics/goocanvas  USE_GNOME+=	gtk20  | 
