diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
commit | 18aa10a938ef61989db94abf265c30c4cdf69cdd (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 | |
parent | cc566d7c8a4cc8bcda1df473e74a31319b3d9314 (diff) | |
download | freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.gz freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.zst freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.zip |
Add an explicit dependency on pkgconf
-rw-r--r-- | audio/ario/Makefile | 2 | ||||
-rw-r--r-- | audio/jack-smf-utils/Makefile | 7 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-synce-legacy/Makefile | 8 | ||||
-rw-r--r-- | deskutils/logjam/Makefile | 7 | ||||
-rw-r--r-- | devel/gconfmm26/Makefile | 7 | ||||
-rw-r--r-- | devel/librest/Makefile | 1 | ||||
-rw-r--r-- | games/hexxagon/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimmage/Makefile | 2 | ||||
-rw-r--r-- | graphics/goocanvasmm/Makefile | 6 | ||||
-rw-r--r-- | graphics/ufraw/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vdpauinfo/Makefile | 7 | ||||
-rw-r--r-- | print/libgnomeprintmm/Makefile | 7 | ||||
-rw-r--r-- | science/chemical-mime-data/Makefile | 1 | ||||
-rw-r--r-- | sysutils/policykit-gnome/Makefile | 8 | ||||
-rw-r--r-- | x11-fm/rodent/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkmm24-reference/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/libgtksourceviewmm/Makefile | 6 |
17 files changed, 27 insertions, 55 deletions
diff --git a/audio/ario/Makefile b/audio/ario/Makefile index 05b97911df8b..6324246cf1bd 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ unique-1.0:${PORTSDIR}/x11-toolkits/unique \ mpdclient:${PORTSDIR}/audio/libmpdclient -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gtk20 gnomehack diff --git a/audio/jack-smf-utils/Makefile b/audio/jack-smf-utils/Makefile index 87d6c170f9db..af94d87a1c8e 100644 --- a/audio/jack-smf-utils/Makefile +++ b/audio/jack-smf-utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jack-smf-utils -# Date created: 2008-05-15 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jack-smf-utils PORTVERSION= 1.0 @@ -17,6 +13,7 @@ COMMENT= Standard MIDI File file player and recorder for JACK MIDI LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ lash.2:${PORTSDIR}/audio/lash +USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 diff --git a/deskutils/libopensync-plugin-synce-legacy/Makefile b/deskutils/libopensync-plugin-synce-legacy/Makefile index 81454e1960da..ffe82ebbebc8 100644 --- a/deskutils/libopensync-plugin-synce-legacy/Makefile +++ b/deskutils/libopensync-plugin-synce-legacy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-synce-legacy -# Date created: 19 June 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= libopensync-plugin-synce PORTVERSION= 0.22.1 @@ -18,7 +14,7 @@ COMMENT= SynCE legacy plugin for the OpenSync framework LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \ rra.0:${PORTSDIR}/palm/synce-librra - +USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index de2dfd53c01c..714d5046a300 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: logjam -# Date created: 13 Aug 01 -# Whom: alanp@unixpower.org -# +# Created by: alanp@unixpower.org # $FreeBSD$ -# PORTNAME= logjam PORTVERSION= 4.6.2 @@ -19,6 +15,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ MAN1= logjam.1 +USES= pkgconfig USE_BZIP2= yes USE_GMAKE= yes WANT_GNOME= yes diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index f1dbf522d8d1..2858679e1237 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gconfmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# +# Created by: Alexander Nedotsukov <bland@mail.ru> # $FreeBSD$ # $MCom: ports-stable/devel/gconfmm26/Makefile,v 1.1 2010/06/24 07:51:01 kwm Exp $ -# PORTNAME= gconfmm PORTVERSION= 2.28.2 @@ -22,6 +18,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ LATEST_LINK= gconfmm26 +USES= pkgconfig USE_BZIP2= yes USE_XORG= x11 USE_GMAKE= yes diff --git a/devel/librest/Makefile b/devel/librest/Makefile index aaa353414ecb..00c430b7477f 100644 --- a/devel/librest/Makefile +++ b/devel/librest/Makefile @@ -16,6 +16,7 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ LIB_DEPENDS= soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +USES= pkgconfig USE_XZ= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile index 6bc91fd703b1..cfbccbc4147b 100644 --- a/games/hexxagon/Makefile +++ b/games/hexxagon/Makefile @@ -11,6 +11,7 @@ COMMENT= Strategy hexagon game LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +USES= pkgconfig USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile index 93f8c039892d..bfb60d5e5b65 100644 --- a/graphics/gimmage/Makefile +++ b/graphics/gimmage/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple image viewer LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ libcurl.so:${PORTSDIR}/ftp/curl -USES= gettext +USES= gettext pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} diff --git a/graphics/goocanvasmm/Makefile b/graphics/goocanvasmm/Makefile index 1a82c1c5bb05..900eeb3af7b0 100644 --- a/graphics/goocanvasmm/Makefile +++ b/graphics/goocanvasmm/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: goocanvasmm -# Date created: 2008-08-10 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/goocanvasmm/Makefile,v 1.4 2010/10/29 10:27:45 kwm Exp $ @@ -17,6 +14,7 @@ COMMENT= C++ bindings for the goocanvas widget for GTK LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ goocanvas.3:${PORTSDIR}/graphics/goocanvas +USES= pkgconfig USE_GNOME= gnomehack ltverhack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index cfeda80907e4..314a79ee216f 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --enable-extras -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/multimedia/vdpauinfo/Makefile b/multimedia/vdpauinfo/Makefile index 33b1a2ab9b10..c6eeb32557c5 100644 --- a/multimedia/vdpauinfo/Makefile +++ b/multimedia/vdpauinfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vdpauinfo -# Date created: 2010-09-08 -# Whom: Anonymous <swell.k@gmail.com> -# +# Created by: Anonymous <swell.k@gmail.com> # $FreeBSD$ -# PORTNAME= vdpauinfo PORTVERSION= 0.0.6 @@ -15,6 +11,7 @@ COMMENT= A tool to query VDPAU capabilities LIB_DEPENDS= vdpau.1:${PORTSDIR}/multimedia/libvdpau +USES= pkgconfig GNU_CONFIGURE= yes LICENSE= MIT diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile index 8a1a7d029a23..c89a3b804297 100644 --- a/print/libgnomeprintmm/Makefile +++ b/print/libgnomeprintmm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgnomeprintmm -# Date created: 17 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libgnomeprintmm PORTVERSION= 2.5.1 @@ -18,6 +14,7 @@ COMMENT= C++ bindings for the GNOME print support library LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USES= pkgconfig USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes diff --git a/science/chemical-mime-data/Makefile b/science/chemical-mime-data/Makefile index 0e2f49457531..55f38660bb3d 100644 --- a/science/chemical-mime-data/Makefile +++ b/science/chemical-mime-data/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info USE_BZIP2= yes +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gnomemimedata intltool libxslt:build GNU_CONFIGURE= yes diff --git a/sysutils/policykit-gnome/Makefile b/sysutils/policykit-gnome/Makefile index debea2217a68..95a450d0850d 100644 --- a/sysutils/policykit-gnome/Makefile +++ b/sysutils/policykit-gnome/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: PolicyKit-gnome -# Date Created: 20 January 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/sysutils/policykit-gnome/Makefile,v 1.6 2008/10/03 17:19:43 marcus Exp $ -# PORTNAME= policykit-gnome PORTVERSION= 0.9.2 @@ -20,7 +16,7 @@ LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit USE_BZIP2= yes USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= gnomehack intlhack gnomedocutils gconf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile index a5f87a8b374f..dc97b16e8939 100644 --- a/x11-fm/rodent/Makefile +++ b/x11-fm/rodent/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ gtk-x11-2:${PORTSDIR}/x11-toolkits/gtk20 \ magic:${PORTSDIR}/sysutils/file -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--docdir=${DOCSDIR} USE_LDCONFIG= yes diff --git a/x11-toolkits/gtkmm24-reference/Makefile b/x11-toolkits/gtkmm24-reference/Makefile index 135a1ea47199..d5d110842763 100644 --- a/x11-toolkits/gtkmm24-reference/Makefile +++ b/x11-toolkits/gtkmm24-reference/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: gtkmm24-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 1 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.4.pc:${PORTSDIR}/x11-toolkits/gtkmm24 \ glibmm-reference>=0:${PORTSDIR}/devel/glibmm-reference -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.4 diff --git a/x11-toolkits/libgtksourceviewmm/Makefile b/x11-toolkits/libgtksourceviewmm/Makefile index 9a06b35c8f7f..0bdd88ba4aa8 100644 --- a/x11-toolkits/libgtksourceviewmm/Makefile +++ b/x11-toolkits/libgtksourceviewmm/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: libgtksourceviewmm -# Date created: 2006-11-11 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/libgtksourceviewmm/Makefile,v 1.4 2008/08/08 21:59:44 kwm Exp $ @@ -16,6 +13,7 @@ COMMENT= C++ binding of GtkSourceView LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +USES= pkgconfig USE_LDCONFIG= yes USE_BZIP2= yes USE_GNOME= gtksourceview2 gnomeprefix gnomehack |