diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
commit | 74e0f8a8b686b5907c28d2392a09652cada4ca50 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /x11 | |
parent | cfe05aaa850def1fcb987abccbb3e58403ad9257 (diff) | |
download | freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.gz freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.zst freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11')
-rw-r--r-- | x11/brightside/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/brightside/Makefile b/x11/brightside/Makefile index 1db06988181f..5e9666f38063 100644 --- a/x11/brightside/Makefile +++ b/x11/brightside/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: brightide -# Date created: 02 July 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= brightside PORTVERSION= 1.4.0 @@ -14,9 +10,9 @@ MASTER_SITES= LOCAL/marcus MAINTAINER= marcus@FreeBSD.org COMMENT= A tool to add reactivity to the edges and corners of the GNOME desktop +USES= gmake pkgconfig USE_BZIP2= yes USE_XORG= x11 xt -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack libwnck libgnomeui CONFIGURE_ARGS= --enable-tray-icon |