diff options
Diffstat (limited to 'package/bison/Makefile')
-rw-r--r-- | package/bison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile index 4c36f5892..b3642d177 100644 --- a/package/bison/Makefile +++ b/package/bison/Makefile @@ -8,7 +8,7 @@ PKG_VERSION:= 2.4.1 PKG_RELEASE:= 1 PKG_MD5SUM:= c58aa1da418dc9704070872489e89bf5 PKG_DESCR:= GNU parser generator -PKG_SECTION:= utils +PKG_SECTION:= lang PKG_URL:= http://www.gnu.org/software/bison PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/} |