diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-22 02:40:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-22 02:40:23 +0800 |
commit | 15bc73e9c5835232b82d6c6bc98b393373d6bc9f (patch) | |
tree | 8504ea71049651d44c0ea9ff832eaa08d6fea4f6 /graphics/bbrb | |
parent | 0b5a9378a4e700f137e7fe0af02d69d7e42fbbe9 (diff) | |
download | freebsd-ports-gnome-15bc73e9c5835232b82d6c6bc98b393373d6bc9f.tar.gz freebsd-ports-gnome-15bc73e9c5835232b82d6c6bc98b393373d6bc9f.tar.zst freebsd-ports-gnome-15bc73e9c5835232b82d6c6bc98b393373d6bc9f.zip |
Stage support
Diffstat (limited to 'graphics/bbrb')
-rw-r--r-- | graphics/bbrb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/bbrb/Makefile b/graphics/bbrb/Makefile index 73d6b8c38091..7be5845cbf93 100644 --- a/graphics/bbrb/Makefile +++ b/graphics/bbrb/Makefile @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical background manager for the Blackbox window manager +COMMENT= Graphical background manager for the Blackbox window manager RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \ blackbox:${PORTSDIR}/x11-wm/blackbox @@ -16,5 +16,4 @@ RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \ USE_GNOME= imlib GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk> |