diff options
author | kevlo <kevlo@FreeBSD.org> | 2010-12-31 16:57:57 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2010-12-31 16:57:57 +0800 |
commit | c9163210469f99d483ae37a3837a0d0a280a1fee (patch) | |
tree | c7be031e1e4557535d2a4a387633b8673e1a01e2 /x11/xorg-apps | |
parent | 7a2cd8ceed56fd1fa61187c4659bc45ea0001040 (diff) | |
download | freebsd-ports-gnome-c9163210469f99d483ae37a3837a0d0a280a1fee.tar.gz freebsd-ports-gnome-c9163210469f99d483ae37a3837a0d0a280a1fee.tar.zst freebsd-ports-gnome-c9163210469f99d483ae37a3837a0d0a280a1fee.zip |
Add dependency on xclock since some people got confused about the message:
/usr/local/lib/X11/xinit/xinitrc: xclock: not found
Discussed on: x11@
Diffstat (limited to 'x11/xorg-apps')
-rw-r--r-- | x11/xorg-apps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile index 21ae19683dac..c9a62097a2ca 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -7,6 +7,7 @@ PORTNAME= xorg-apps PORTVERSION= 7.5 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none @@ -26,7 +27,7 @@ COMPONENTS= appres bitmap xf86dga:dga iceauth luit \ xwud # These three are added for convenience purposes only. -COMPONENTS+= x11-wm/twm:twm xinit xterm +COMPONENTS+= x11-wm/twm:twm x11-clocks/xclock:xclock xinit xterm NO_BUILD= yes |