diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-25 06:59:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-25 06:59:12 +0800 |
commit | db7ec95137077834a2794fcbe3d863670fe09c81 (patch) | |
tree | e12c519f0b8da59ce19a5d55f65317e053ce981c /x11 | |
parent | 32b2dcc0326e53478971320fa8dc12b99b9c4f9e (diff) | |
download | freebsd-ports-gnome-db7ec95137077834a2794fcbe3d863670fe09c81.tar.gz freebsd-ports-gnome-db7ec95137077834a2794fcbe3d863670fe09c81.tar.zst freebsd-ports-gnome-db7ec95137077834a2794fcbe3d863670fe09c81.zip |
Support stage
Diffstat (limited to 'x11')
-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> |