diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 19:31:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 19:31:36 +0000 |
commit | 80005d32f44e4ef9b5094216c8a84b681b184ff7 (patch) | |
tree | 992b28c80e5b9423589812b0c904c4a2980fbf6a /x11/xorg-apps | |
parent | 8a80d18dd54b61120cdd06ef33a99bbabdf8b5ad (diff) |
Notes
Diffstat (limited to 'x11/xorg-apps')
-rw-r--r-- | x11/xorg-apps/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile index 1db73a3ec15f..55f5f812cf2b 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -7,6 +7,7 @@ PORTNAME= xorg-apps PORTVERSION= 7.4 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none @@ -25,6 +26,9 @@ COMPONENTS= appres bitmap xf86dga:dga iceauth luit \ xrefresh xset xsetmode xsetroot xvinfo xwd xwininfo \ xwud +# These three are added for convenience purposes only. +COMPONENTS+= x11-wm/twm:twm xinit xterm + NO_BUILD= yes do-install: |