mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fix ordering
This commit is contained in:
@@ -7,17 +7,16 @@ many main() functions. It is similar to ctags or etags but is different from \
|
||||
them at the point of independence of any editor. It runs on a UNIX(POSIX) \
|
||||
compatible operating system like GNU and BSD."
|
||||
HOMEPAGE="http://www.gnu.org/software/global/"
|
||||
SOURCE_URI="http://ftp.gnu.org/pub/gnu/global/global-6.3.tar.gz"
|
||||
CHECKSUM_SHA256="c91c741ebf5a27fcb3a61c93f2ee4b97ba265ecb2f48644751d0d5e133c3f8db"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2000-2013 Tama Communications Corporation
|
||||
2007-2013 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnu.org/pub/gnu/global/global-6.3.tar.gz"
|
||||
CHECKSUM_SHA256="c91c741ebf5a27fcb3a61c93f2ee4b97ba265ecb2f48644751d0d5e133c3f8db"
|
||||
PATCHES="global-6.3.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PATCHES="global-6.3.patchset"
|
||||
|
||||
PROVIDES="
|
||||
global = $portVersion compat >= 6.3
|
||||
cmd:global = $portVersion compat >= 6.3
|
||||
@@ -35,6 +34,7 @@ REQUIRES="
|
||||
cmd:sort
|
||||
lib:libltdl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libncurses
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user