diff options
author | knu <knu@FreeBSD.org> | 2002-11-28 04:28:08 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-28 04:28:08 +0800 |
commit | ae20c6025564fc8e321d7aac4d57ebda109444ba (patch) | |
tree | c56bf3515b58c769f4854e852e595755e98bb836 /x11 | |
parent | 40024c27f523fcaa49f8538d811e9586ead0a735 (diff) | |
download | freebsd-ports-graphics-ae20c6025564fc8e321d7aac4d57ebda109444ba.tar.gz freebsd-ports-graphics-ae20c6025564fc8e321d7aac4d57ebda109444ba.tar.zst freebsd-ports-graphics-ae20c6025564fc8e321d7aac4d57ebda109444ba.zip |
Sort entries.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index bcb2e270678..cab82e77678 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += yelp SUBDIR += 9term SUBDIR += XFree86 @@ -40,8 +39,8 @@ SUBDIR += gmrun SUBDIR += gnoclip SUBDIR += gnome - SUBDIR += gnome2 SUBDIR += gnome-fifth-toe + SUBDIR += gnome2 SUBDIR += gnome2-fifth-toe SUBDIR += gnomeapplets SUBDIR += gnomeapplets2 @@ -175,5 +174,6 @@ SUBDIR += xwatchwin SUBDIR += xwit SUBDIR += xzoom + SUBDIR += yelp .include <bsd.port.subdir.mk> |