diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 22:59:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 22:59:12 +0000 |
commit | 052ec84b5e00bcbb7075c1e36738bb7ff7a90f79 (patch) | |
tree | e12c519f0b8da59ce19a5d55f65317e053ce981c /x11/brightside/Makefile | |
parent | 7da85a47141866669b097b3a75058a9beca750ae (diff) | |
download | ports-052ec84b5e00bcbb7075c1e36738bb7ff7a90f79.tar.gz ports-052ec84b5e00bcbb7075c1e36738bb7ff7a90f79.zip |
Notes
Diffstat (limited to 'x11/brightside/Makefile')
-rw-r--r-- | x11/brightside/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/brightside/Makefile b/x11/brightside/Makefile index 59e5f8efbeac..fdad585953b7 100644 --- a/x11/brightside/Makefile +++ b/x11/brightside/Makefile @@ -8,18 +8,16 @@ CATEGORIES= x11 MASTER_SITES= LOCAL/marcus MAINTAINER= marcus@FreeBSD.org -COMMENT= A tool to add reactivity to the edges and corners of the GNOME desktop +COMMENT= Tool to add reactivity to the edges and corners of the GNOME desktop -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pathfix pkgconfig tar:bzip2 USE_XORG= x11 xt GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack libwnck libgnomeui +USE_GNOME= gnomeprefix libwnck libgnomeui CONFIGURE_ARGS= --enable-tray-icon CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= brightside.schemas -NO_STAGE= yes .include <bsd.port.mk> |