diff options
author | marino <marino@FreeBSD.org> | 2013-09-13 09:21:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-13 09:21:55 +0800 |
commit | d31313383d14d40798a05d52666fc5ce44b02040 (patch) | |
tree | 9f18ee1d7fadfd494fb2fcde5e11f3aecd04cf48 | |
parent | 3891802a64b517a6897ebf76b664a76b35b2bfa2 (diff) | |
download | freebsd-ports-gnome-d31313383d14d40798a05d52666fc5ce44b02040.tar.gz freebsd-ports-gnome-d31313383d14d40798a05d52666fc5ce44b02040.tar.zst freebsd-ports-gnome-d31313383d14d40798a05d52666fc5ce44b02040.zip |
Add explicit dependency on pkgconf (10 ports)
Approved by: portmgr (bapt, implicit)
-rw-r--r-- | devel/gtkparasite/Makefile | 7 | ||||
-rw-r--r-- | devel/uatraits/Makefile | 1 | ||||
-rw-r--r-- | emulators/pcsxr/Makefile | 3 | ||||
-rw-r--r-- | games/bombherman/Makefile | 2 | ||||
-rw-r--r-- | graphics/rubygem-objectdetect/Makefile | 1 | ||||
-rw-r--r-- | japanese/fcitx-anthy/Makefile | 8 | ||||
-rw-r--r-- | mail/anubis/Makefile | 7 | ||||
-rw-r--r-- | misc/xiphos/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/Makefile | 2 | ||||
-rw-r--r-- | net/xrdp/Makefile | 1 |
10 files changed, 13 insertions, 21 deletions
diff --git a/devel/gtkparasite/Makefile b/devel/gtkparasite/Makefile index afc96c40ed6a..048ee9edccb6 100644 --- a/devel/gtkparasite/Makefile +++ b/devel/gtkparasite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkparasite -# Date created: 2009-02-19 -# Whom: Ashish Shukla <wahjava@gmail.com> -# +# Created by: Ashish Shukla <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= gtkparasite PORTVERSION= 20090819 @@ -15,6 +11,7 @@ MASTER_SITE_SUBDIR= pav MAINTAINER= ashish@FreeBSD.org COMMENT= GTK+ UI debugging tool +USES= pkgconfig USE_PYTHON= 2.5+ USE_GNOME= gtk20 pygtk2 WRKSRC= ${WRKDIR}/chipx86-gtkparasite-a3d862d4a91ea27222e4273a6797f3e47efe6e83 diff --git a/devel/uatraits/Makefile b/devel/uatraits/Makefile index c0ee689cd4d4..49d984133f60 100644 --- a/devel/uatraits/Makefile +++ b/devel/uatraits/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ pcre:${PORTSDIR}/devel/pcre \ xml2:${PORTSDIR}/textproc/libxml2 +USES= pkgconfig GNU_CONFIGURE= yes USE_PYTHON= yes USE_OPENSSL= yes diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index c50890407377..11c50c083985 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -20,7 +20,6 @@ ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -32,7 +31,7 @@ USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) USE_GNOME= gtk30 desktopfileutils glib20 -USES= iconv +USES= iconv gmake pkgconfig USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl diff --git a/games/bombherman/Makefile b/games/bombherman/Makefile index 656bf6ecc9ef..c1b6ab028991 100644 --- a/games/bombherman/Makefile +++ b/games/bombherman/Makefile @@ -24,11 +24,11 @@ GH_PROJECT= Bomb-her-man GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 8f5aa22 +USES= gmake pkgconfig USE_SDL= sdl image mixer ttf USE_GNOME= intltool librsvg2 GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:env -USE_GMAKE= yes ALL_TARGET= # empty CFLAGS+= -I${LOCALBASE}/include diff --git a/graphics/rubygem-objectdetect/Makefile b/graphics/rubygem-objectdetect/Makefile index d8b827f8edcd..cb71fdd17c22 100644 --- a/graphics/rubygem-objectdetect/Makefile +++ b/graphics/rubygem-objectdetect/Makefile @@ -14,6 +14,7 @@ LICENSE= MIT LIB_DEPENDS= opencv_legacy:${PORTSDIR}/graphics/opencv +USES= pkgconfig USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/japanese/fcitx-anthy/Makefile b/japanese/fcitx-anthy/Makefile index 7427ac39bd88..35f0b6380927 100644 --- a/japanese/fcitx-anthy/Makefile +++ b/japanese/fcitx-anthy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fcitx-anthy -# Date created: 18 Jul 2012 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= fcitx-anthy PORTVERSION= 0.1.1 @@ -18,7 +14,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ anthy:${PORTSDIR}/japanese/anthy USE_XZ= yes -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool PROJECTHOST= fcitx diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index e9273133ef4e..92869e9e9f27 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: anubis -# Date created: Jul 31, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= anubis PORTVERSION= 4.1.1 @@ -27,6 +23,7 @@ GSASL_DESC= GSASL support (required for databases) GDBM_DESC= GDBM backend SOCKS_DESC= SOCKS proxy support +USES= pkgconfig USE_RC_SUBR= anubis USE_AUTOTOOLS= aclocal autoheader autoconf automake ACLOCAL_ARGS= -I m4 -I am diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index e96416daff6e..feed7301a962 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ nspr>=4.8:${PORTSDIR}/devel/nspr USE_PYTHON_BUILD= yes -USES= gettext +USES= gettext pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgsf diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index cc26caee8820..654e81de7e75 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -54,7 +54,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes USE_GNOME= glib20 libxml2 -USES= bison perl5 +USES= bison perl5 pkgconfig HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -O -Dyacc='bison -y' -Dprefix=${PREFIX} \ diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index b98d4ef2e809..24c06968eeee 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -19,6 +19,7 @@ COMMENT= An open source Remote Desktop Protocol (RDP) server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= pkgconfig USE_XORG= x11 xfixes USE_AUTOTOOLS= autoconf:env automake:env libtool GNU_CONFIGURE= yes |