summaryrefslogtreecommitdiff
path: root/x11/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-03-20 19:06:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-03-20 19:06:44 +0000
commit0cc19889124d8b604d212bb2abfda35f16dc7594 (patch)
tree179809a101ddf82e43378348786dfd3699f47523 /x11/Makefile
parentBack out my previous commit. There was already a better fix in CVS (diff)
Reorder those files
Notes
Notes: svn path=/head/; revision=104767
Diffstat (limited to 'x11/Makefile')
-rw-r--r--x11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 066bc07458be..d6d9dc6429a9 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
#
- SUBDIR += zenity
SUBDIR += 3ddesktop
SUBDIR += 9box
@@ -230,5 +229,6 @@
SUBDIR += xzoom
SUBDIR += yalias
SUBDIR += yelp
+ SUBDIR += zenity
.include <bsd.port.subdir.mk>