diff options
author | fjoe <fjoe@FreeBSD.org> | 2004-06-28 06:34:10 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2004-06-28 06:34:10 +0800 |
commit | d499596746bc2d035ef39a4078772efe99b53f76 (patch) | |
tree | 03f1db3dfa5a30367494593905a18b372a4c7295 | |
parent | 627eb361ab8c12469cb9bab68a5017fa252fff7d (diff) | |
download | freebsd-ports-gnome-d499596746bc2d035ef39a4078772efe99b53f76.tar.gz freebsd-ports-gnome-d499596746bc2d035ef39a4078772efe99b53f76.tar.zst freebsd-ports-gnome-d499596746bc2d035ef39a4078772efe99b53f76.zip |
Fix order.
-rw-r--r-- | x11-toolkits/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 9ddee6e683f3..e0b6d94f7493 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -190,11 +190,11 @@ SUBDIR += wxgtk-contrib-common SUBDIR += wxgtk-docs SUBDIR += wxgtk2 - SUBDIR += wxgtk2-devel SUBDIR += wxgtk2-common-devel SUBDIR += wxgtk2-contrib SUBDIR += wxgtk2-contrib-common-devel SUBDIR += wxgtk2-contrib-devel + SUBDIR += wxgtk2-devel SUBDIR += wxgtk2-unicode SUBDIR += wxgtk2-unicode-devel SUBDIR += wxgtk2-unicode-contrib |