diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
commit | ff4651fb24b6821b6a53c34080c4cb66b28daf77 (patch) | |
tree | 990f81a5062a4fb04a2b93c0299d1f1000001542 /net-im | |
parent | dc71fd31985f44cee21d7cf2e3e1a54ecfb3527a (diff) | |
download | freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.gz freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.zst freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.zip |
Add explicit dependency on pkgconf (18 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-audacious-remote/Makefile | 7 | ||||
-rw-r--r-- | net-im/pidgin-manualsize/Makefile | 7 | ||||
-rw-r--r-- | net-im/pidgin-msn-pecan/Makefile | 9 |
3 files changed, 6 insertions, 17 deletions
diff --git a/net-im/pidgin-audacious-remote/Makefile b/net-im/pidgin-audacious-remote/Makefile index 0c7a20d670ad..e6cd9129147c 100644 --- a/net-im/pidgin-audacious-remote/Makefile +++ b/net-im/pidgin-audacious-remote/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-audacious-remote -# Date created: 30 August 2011 -# Whom: Anton Hryciuk <gnixua@gmail.com> -# +# Created by: Anton Hryciuk <gnixua@gmail.com> # $FreeBSD$ -# PORTNAME= pidgin-audacious-remote PORTVERSION= 0.5 @@ -20,6 +16,7 @@ BUILD_DEPENDS= audacious>=2.2:${PORTSDIR}/multimedia/audacious \ pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= pkgconfig USE_BZIP2= yes diff --git a/net-im/pidgin-manualsize/Makefile b/net-im/pidgin-manualsize/Makefile index da7d87a370f3..00e26a0bee46 100644 --- a/net-im/pidgin-manualsize/Makefile +++ b/net-im/pidgin-manualsize/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-manualsize -# Date created: 8 May 2008 -# Whom: Joseph S. Atkinson <jsatkinson@embarqmail.com> -# +# Created by: Joseph S. Atkinson <jsatkinson@embarqmail.com> # $FreeBSD$ -# PORTNAME= manualsize PORTVERSION= 0.7 @@ -24,6 +20,7 @@ MAKEFILE= makefile PLIST_FILES= lib/pidgin/manualsize.so +USES= pkgconfig USE_BZIP2= yes ALL_TARGET= manualsize.so diff --git a/net-im/pidgin-msn-pecan/Makefile b/net-im/pidgin-msn-pecan/Makefile index ad3ea23c27da..fa3909bdada6 100644 --- a/net-im/pidgin-msn-pecan/Makefile +++ b/net-im/pidgin-msn-pecan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-msn-pecan -# Date created: 30 July 2008 -# Whom: hrkfrd@gmail.com -# +# Created by: hrkfrd@gmail.com # $FreeBSD$ -# PORTNAME= msn-pecan PORTVERSION= 0.1.0.r1 @@ -23,9 +19,8 @@ LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple PROJECTHOST= msn-pecan USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= gettext +USES= gettext gmake pkgconfig post-install: ${GMAKE} -C ${WRKSRC} install_locales |