diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 21:01:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 21:01:53 +0800 |
commit | 9f16a4e58a80e0bb4b5a0fff030ff416dba10992 (patch) | |
tree | 60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /net | |
parent | 58933da8b9c1e700f7139194f89eec65c1c57f66 (diff) | |
download | freebsd-ports-gnome-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.tar.gz freebsd-ports-gnome-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.tar.zst freebsd-ports-gnome-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net')
-rw-r--r-- | net/blam/Makefile | 9 | ||||
-rw-r--r-- | net/netspeed_applet/Makefile | 8 | ||||
-rw-r--r-- | net/tsclient/Makefile | 3 |
3 files changed, 5 insertions, 15 deletions
diff --git a/net/blam/Makefile b/net/blam/Makefile index ec31f55b064c..724e30102ded 100644 --- a/net/blam/Makefile +++ b/net/blam/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: blam -# Date created: 20040812 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# +# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ # $Id: Makefile,v 1.22 2006/10/26 05:32:53 tmclau02 Exp $ -# PORTNAME= blam PORTVERSION= 1.8.7 @@ -20,10 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/ww RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ENV= GMSGFMT="${LOCALBASE}/bin/msgfmt" DATADIRNAME="share" USE_GNOME= gnomesharp20 -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes GCONF_SCHEMAS= blam.schemas diff --git a/net/netspeed_applet/Makefile b/net/netspeed_applet/Makefile index d9a38db61410..f01bdcbacf31 100644 --- a/net/netspeed_applet/Makefile +++ b/net/netspeed_applet/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: netspeed_applet -# Date created: 08 February 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/net/netspeed_applet/Makefile,v 1.2 2007/05/19 21:36:17 marcus Exp $ @@ -17,9 +14,8 @@ COMMENT= Applet that shows how much network traffic occurs on an interface LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop INSTALLS_OMF= yes -USE_GMAKE= yes USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index 48d4345b0b4e..8c82ecbf958b 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -14,8 +14,7 @@ RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop USE_AUTOTOOLS= libtool USE_GNOME= gtk20 -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` |