diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /x11-toolkits | |
parent | Update to 1.04. (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326129
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/hippo-canvas/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/libbonoboui/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-gtksourceview/Makefile | 2 |
5 files changed, 8 insertions, 22 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index 6d79e136637f..822bbcfc36de 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: bakery -# Date created: 12th September 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/bakery/Makefile,v 1.16 2009/01/09 22:07:11 kwm Exp $ # @@ -22,8 +19,7 @@ LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ USE_GNOME= gnomehack gnomeprefix intlhack ltverhack USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11-toolkits/hippo-canvas/Makefile b/x11-toolkits/hippo-canvas/Makefile index 04dcb7550126..453e1a408729 100644 --- a/x11-toolkits/hippo-canvas/Makefile +++ b/x11-toolkits/hippo-canvas/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hippo-canvas -# Date created: 2008-05-27 -# Whom: Ashish Shukla <wahjava@gmail.com> -# +# Created by: Ashish Shukla <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= hippo-canvas PORTVERSION= 0.3.0 @@ -22,7 +18,7 @@ LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/textproc/libcroco \ rsvg-2.2:${PORTSDIR}/graphics/librsvg2 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes USE_GNOME= gnomehack gtk20 glib20 pygtk2 pango USE_PYTHON= 2.5+ diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index d5ebf2da75ba..470d708a089d 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libbonoboui -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.75 2010/09/28 16:03:49 kwm Exp $ -# PORTNAME= libbonoboui PORTVERSION= 2.24.4 @@ -20,8 +16,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \ libgnomecanvas libgnome referencehack diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile index 9fe96032abbd..ed6ccda0cc9d 100644 --- a/x11-toolkits/libgnomeprintui/Makefile +++ b/x11-toolkits/libgnomeprintui/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc USE_BZIP2= yes USE_XORG= x11 xpm -USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix libgnomeprint libgnomecanvas \ intlhack ltverhack USE_LDCONFIG= yes diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile index 820da0ae4bb3..af4f5697f311 100644 --- a/x11-toolkits/py-gtksourceview/Makefile +++ b/x11-toolkits/py-gtksourceview/Makefile @@ -13,8 +13,8 @@ DISTNAME= pygtksourceview-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A python bindings for the version 2 of the GtkSourceView library +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gtksourceview2 pygtk2 USE_PYTHON= yes GNU_CONFIGURE= yes |