diff options
author | rm <rm@FreeBSD.org> | 2012-02-23 17:21:48 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-02-23 17:21:48 +0800 |
commit | 9f302562df82265173b353d28e2a56c4bff0bcb5 (patch) | |
tree | 3b94884978fec5a90585ffd14c50b1920a3ca27b /audio/Makefile | |
parent | 2a3035f0a43afab068a52eadf5decd3908e12a23 (diff) | |
download | freebsd-ports-gnome-9f302562df82265173b353d28e2a56c4bff0bcb5.tar.gz freebsd-ports-gnome-9f302562df82265173b353d28e2a56c4bff0bcb5.tar.zst freebsd-ports-gnome-9f302562df82265173b353d28e2a56c4bff0bcb5.zip |
- fix sort order in few category Makefiles
PR: 165411
Submitted by: Conrad J. Sabatier <conrads at cox dot net>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index ac26677f802d..246a10486763 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -303,8 +303,8 @@ SUBDIR += icegenerator SUBDIR += ices SUBDIR += ices0 - SUBDIR += id3el SUBDIR += id3ed + SUBDIR += id3el SUBDIR += id3lib SUBDIR += id3mtag SUBDIR += id3ren |