diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-06 05:32:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-06 05:32:14 +0800 |
commit | 3314cad3bb428f0b4e4d7cb699087233d4dae879 (patch) | |
tree | 28e15dd7054c672279e72d81b733f6bf110bbd35 /misc | |
parent | d2d7db707ae090c6103f2a48abb34edbb0250bbd (diff) | |
download | freebsd-ports-gnome-3314cad3bb428f0b4e4d7cb699087233d4dae879.tar.gz freebsd-ports-gnome-3314cad3bb428f0b4e4d7cb699087233d4dae879.tar.zst freebsd-ports-gnome-3314cad3bb428f0b4e4d7cb699087233d4dae879.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bigboard/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/bigboard/Makefile b/misc/bigboard/Makefile index 07ce56b6cfec..b35187555dd6 100644 --- a/misc/bigboard/Makefile +++ b/misc/bigboard/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bigboard -# Date created: 2008-05-28 -# Whom: Ashish Shukla <wahjava@gmail.com> -# +# Created by: Ashish Shukla <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= bigboard PORTVERSION= 0.5.38 @@ -29,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/desktop-data-engine:${PORTSDIR}/net/desktop-da ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc:${PORTSDIR}/x11-toolkits/py-gnome2 \ ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_PYTHON= 2.5+ |