diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
commit | 4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /deskutils | |
parent | 9c33e295efb15d3d43d6d2f7757380c4aab0f3fc (diff) | |
download | freebsd-ports-graphics-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.gz freebsd-ports-graphics-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.zst freebsd-ports-graphics-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/dlume/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gxmessage/Makefile | 2 | ||||
-rw-r--r-- | deskutils/mdh/Makefile | 8 |
3 files changed, 4 insertions, 8 deletions
diff --git a/deskutils/dlume/Makefile b/deskutils/dlume/Makefile index 97219ec7101..9529a92750c 100644 --- a/deskutils/dlume/Makefile +++ b/deskutils/dlume/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_TUCOWS} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 address book -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomeprefix gtk20 libxml2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/gxmessage/Makefile b/deskutils/gxmessage/Makefile index 902977e841d..9e62cd6d6f9 100644 --- a/deskutils/gxmessage/Makefile +++ b/deskutils/gxmessage/Makefile @@ -12,7 +12,7 @@ MAINTAINER= avg@icyb.net.ua COMMENT= GTK2 substitute for xmessage USE_GNOME= gtk20 gnomeprefix -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes diff --git a/deskutils/mdh/Makefile b/deskutils/mdh/Makefile index d84c8490478..2db82a10bb4 100644 --- a/deskutils/mdh/Makefile +++ b/deskutils/mdh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mdh -# Date created: 12 November 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mdh PORTVERSION= 1.9.60 @@ -16,7 +12,7 @@ COMMENT= GTK2-based toolbar, like a smaller GNOME panel USE_BZIP2= yes USE_GNOME= gtk20 -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |