mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Fix ordering
This commit is contained in:
@@ -4,13 +4,13 @@ Netcat is a simple utility which reads and writes data across network connection
|
||||
using the TCP or UDP protocol.
|
||||
"
|
||||
HOMEPAGE="http://nc110.sourceforge.net"
|
||||
SOURCE_URI="svn://svn.code.sf.net/p/nc110/code/nc110#22"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="1996 hobbit"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
SOURCE_URI="svn://svn.code.sf.net/p/nc110/code/nc110#22"
|
||||
PATCHES="netcat-1.10.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
PATCHES="netcat-1.10.patchset"
|
||||
|
||||
PROVIDES="
|
||||
netcat = $portVersion
|
||||
@@ -19,6 +19,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user