diff options
author | rm <rm@FreeBSD.org> | 2012-04-01 19:59:26 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-04-01 19:59:26 +0800 |
commit | a0c71140904f97a3c0f912d45757c51ba22e7820 (patch) | |
tree | a2cab5f52a02299340be2c061f582cffac2648c6 | |
parent | 70e2fcf9c080f0f76beb89225590c20170680b57 (diff) | |
download | freebsd-ports-gnome-a0c71140904f97a3c0f912d45757c51ba22e7820.tar.gz freebsd-ports-gnome-a0c71140904f97a3c0f912d45757c51ba22e7820.tar.zst freebsd-ports-gnome-a0c71140904f97a3c0f912d45757c51ba22e7820.zip |
- fix entries sorting
PR: 166559
Submitted by: "Conrad J. Sabatier" <conrads at cox dot net>
Feature safe: yes
-rw-r--r-- | devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 01b7fc585e2d..e4101e6f65d7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -801,7 +801,6 @@ SUBDIR += lexi SUBDIR += lfc SUBDIR += lfcxml - SUBDIR += libcidr SUBDIR += libIDL SUBDIR += libPropList SUBDIR += libXGP @@ -827,6 +826,7 @@ SUBDIR += libcfg SUBDIR += libcheck SUBDIR += libchipcard + SUBDIR += libcidr SUBDIR += libcii SUBDIR += libclaw SUBDIR += libcli |