diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 13:54:45 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 13:54:45 +0000 |
commit | d660f47405ede4cb65be00179061d54ebb517a0e (patch) | |
tree | 9ec3669354fcc327abf2d288212379857ec010ec | |
parent | 261f79d741f27e6af8050af1094e862e042d5d12 (diff) | |
download | FreeBSD-ports-d660f47405ede4cb65be00179061d54ebb517a0e.zip FreeBSD-ports-d660f47405ede4cb65be00179061d54ebb517a0e.tar.gz |
Add an explicit dependency on pkgconf
-rw-r--r-- | devel/dbus-glib/Makefile | 3 | ||||
-rw-r--r-- | devel/libopensync022/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mpeg2codec/Makefile | 2 | ||||
-rw-r--r-- | textproc/liblingoteach/Makefile | 10 | ||||
-rw-r--r-- | www/aria2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libxaw3dxft/Makefile | 1 | ||||
-rw-r--r-- | x11/ecore-x11/Makefile | 2 | ||||
-rw-r--r-- | x11/libxklavier/Makefile | 3 | ||||
-rw-r--r-- | x11/xcb-util/Makefile | 2 |
9 files changed, 12 insertions, 15 deletions
diff --git a/devel/dbus-glib/Makefile b/devel/dbus-glib/Makefile index c205965..d906b67 100644 --- a/devel/dbus-glib/Makefile +++ b/devel/dbus-glib/Makefile @@ -13,8 +13,7 @@ COMMENT= GLib bindings for the D-BUS messaging system LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus USE_GNOME= gnomehack glib20 ltverhack -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \ diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile index c1501a6..0b4883a 100644 --- a/devel/libopensync022/Makefile +++ b/devel/libopensync022/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_BZIP2= yes USE_PYTHON= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes diff --git a/multimedia/mpeg2codec/Makefile b/multimedia/mpeg2codec/Makefile index 88a591e..b76e1eb 100644 --- a/multimedia/mpeg2codec/Makefile +++ b/multimedia/mpeg2codec/Makefile @@ -19,6 +19,8 @@ OPTIONS_DEFAULT= X11 WRKSRC= ${WRKDIR}/mpeg2 +USES= pkgconfig + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" DATADIR= ${PREFIX}/share/mpeg2 diff --git a/textproc/liblingoteach/Makefile b/textproc/liblingoteach/Makefile index 8f09c12..3648908 100644 --- a/textproc/liblingoteach/Makefile +++ b/textproc/liblingoteach/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: liblingoteach -# Date created: 14 October 2003 -# Whom: Marcus von Appen -# +# Created by: Marcus von Appen # $FreeBSD$ -# PORTNAME= liblingoteach PORTVERSION= 0.2.1 @@ -15,8 +11,8 @@ MAINTAINER= mva@FreeBSD.org COMMENT= A library for parsing lesson files based on the LingoTeach DTD USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USE_GNOME= gnomehack libxml2 +USES= gmake pathfix pkgconfig +USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 12689ad..7b7faf8 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_OPENSSL= yes USE_XZ= yes -USES= pathfix +USES= pathfix pkgconfig MAN1= aria2c.1 MANLANG= "" pt ru diff --git a/x11-toolkits/libxaw3dxft/Makefile b/x11-toolkits/libxaw3dxft/Makefile index d3c3ada..4646116 100644 --- a/x11-toolkits/libxaw3dxft/Makefile +++ b/x11-toolkits/libxaw3dxft/Makefile @@ -11,6 +11,7 @@ COMMENT= 3D Xaw (Athena Widget Set) replacement with extended fonts LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/x11/ecore-x11/Makefile b/x11/ecore-x11/Makefile index b37e746..110ff35 100644 --- a/x11/ecore-x11/Makefile +++ b/x11/ecore-x11/Makefile @@ -17,7 +17,7 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_EFL= ecore libtool_hack USE_EFL_ECORE= input USE_LDCONFIG= yes diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index 8367819..73ac3c7 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -16,10 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso- RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -USES= pathfix +USES= pathfix gmake pkgconfig USE_XORG= x11 xi xkbfile USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= libxml2 glib20 ltverhack:12 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool diff --git a/x11/xcb-util/Makefile b/x11/xcb-util/Makefile index 1cfc830..70ccdfd 100644 --- a/x11/xcb-util/Makefile +++ b/x11/xcb-util/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= A module with libxcb/libX11 extension/replacement libraries -USES= gmake USE_BZIP2= yes +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_XORG= xau xcb xdmcp xorg-macros USE_AUTOTOOLS= libtool |