diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /x11/brightside | |
parent | d65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff) |
Notes
Diffstat (limited to 'x11/brightside')
-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 |