diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:50:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:50:18 +0800 |
commit | 833c3c5215747fcccc51dd346b6627c20381b9f5 (patch) | |
tree | 379420dda94f588872e3142d8e60a935e6f4a5a8 | |
parent | f3100486296fee607bc739b04624d2f0d11aa418 (diff) | |
download | freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.tar.gz freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.tar.zst freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.zip |
Add an explicit dependency on pkgconf
-rw-r--r-- | deskutils/gnome-blog/Makefile | 9 | ||||
-rw-r--r-- | devel/prepstools/Makefile | 7 | ||||
-rw-r--r-- | net/ekiga3/Makefile | 4 | ||||
-rw-r--r-- | net/opal3/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 8 |
5 files changed, 8 insertions, 23 deletions
diff --git a/deskutils/gnome-blog/Makefile b/deskutils/gnome-blog/Makefile index 823f461f1e19..6f51c8d09fd0 100644 --- a/deskutils/gnome-blog/Makefile +++ b/deskutils/gnome-blog/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomeblog -# Date created: 20 September 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/gnome-blog/Makefile,v 1.5 2007/08/08 21:52:36 mezz Exp $ -# PORTNAME= gnome-blog PORTVERSION= 0.9.1 @@ -18,9 +14,8 @@ COMMENT= GNOME app to post to blogs USE_BZIP2= yes USE_PYTHON= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix pygnome2 intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/devel/prepstools/Makefile b/devel/prepstools/Makefile index e23e656abd72..4ed0182e3f93 100644 --- a/devel/prepstools/Makefile +++ b/devel/prepstools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: prepstools -# Date created: 2005-08-02 -# Whom: jmelo@FreeBSD.org -# +# Created by: jmelo@FreeBSD.org # $FreeBSD$ -# PORTNAME= prepstools PORTVERSION= 2.2.0 @@ -20,6 +16,7 @@ LICENSE= GPLv2 USE_AUTOTOOLS= libtool USE_PGSQL= yes +USES= gmake pkgconfig USE_GMAKE= yes USE_GNOME= gtk20 gconf2 glib20 libgnomeui diff --git a/net/ekiga3/Makefile b/net/ekiga3/Makefile index e71c066a0760..8f4b305fe193 100644 --- a/net/ekiga3/Makefile +++ b/net/ekiga3/Makefile @@ -20,11 +20,9 @@ BUILD_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool \ CONFLICTS= ekiga-2.* USE_GCC= any -USE_PERL5= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake perl5 pkgconfig USE_XORG= xv USE_GNOME= gtk20 gnomehack DIST_SUBDIR= gnome2 diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 61cfcdab6a7f..3391c8dc3800 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -22,8 +22,7 @@ WRKSRC= ${WRKDIR}/opal-${PORTVERSION} USE_GCC= any USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes #MAKE_JOBS_SAFE= yes diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index a619455d62e6..8066c8ab8669 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-gnome-extras -# Date created: 22 November 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.55 2009/11/28 05:59:04 mezz Exp $ -# PORTNAME= gnome-extras PORTVERSION= 2.25.3 @@ -24,7 +20,7 @@ LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \ # gdl-1.2:${PORTSDIR}/x11-toolkits/gdl USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_PYTHON= yes USE_GNOME= gnomehack libgtkhtml pygnome2 libgda4 GNU_CONFIGURE= yes |