diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 21:01:53 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 21:01:53 +0800 |
commit | beae873ea667e60f3ca6576139a1b6bd9f9d4e4a (patch) | |
tree | 60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /sysutils | |
parent | af5d49a7b64ad9cecbed5d3b574882cc6353b8ba (diff) | |
download | freebsd-ports-gnome-beae873ea667e60f3ca6576139a1b6bd9f9d4e4a.tar.gz freebsd-ports-gnome-beae873ea667e60f3ca6576139a1b6bd9f9d4e4a.tar.zst freebsd-ports-gnome-beae873ea667e60f3ca6576139a1b6bd9f9d4e4a.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bubblemon2/Makefile | 8 | ||||
-rw-r--r-- | sysutils/dvdisaster/Makefile | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/bubblemon2/Makefile b/sysutils/bubblemon2/Makefile index 9888a3b134d4..825c6f3ecd83 100644 --- a/sysutils/bubblemon2/Makefile +++ b/sysutils/bubblemon2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/bubblemon2 -# Date created: 08 Jul 2002 -# Whom: Juan Salaverria <rael@vectorstar.net> -# +# Created by: Juan Salaverria <rael@vectorstar.net> # $FreeBSD$ -# PORTNAME= bubblemon2 PORTVERSION= 2.0.17 @@ -18,7 +14,7 @@ COMMENT= A system CPU and memory load monitor for GNOME2 LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0` diff --git a/sysutils/dvdisaster/Makefile b/sysutils/dvdisaster/Makefile index 0310ed42b476..4a6272a3127a 100644 --- a/sysutils/dvdisaster/Makefile +++ b/sysutils/dvdisaster/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash MAKEFILE= GNUmakefile USE_BZIP2= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= gtk20 CONFIGURE_ARGS= --prefix=${PREFIX} \ --docsubdir="/" \ |