diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 18:40:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 18:40:23 +0000 |
commit | caf68bc35be9ac84f61c38b1685789491fc19894 (patch) | |
tree | 8504ea71049651d44c0ea9ff832eaa08d6fea4f6 | |
parent | d9106469c480cbbb49bbff00eb68e8a89e2c410b (diff) |
Notes
-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> |