patchutils: add missing build dependency.

* enable x86_64.
This commit is contained in:
Jerome Duval
2015-11-30 21:30:27 +00:00
parent 746a0c9f07
commit ad099b4fe6

View File

@@ -25,7 +25,7 @@ REVISION="1"
SOURCE_URI="http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.3.tar.xz"
CHECKSUM_SHA256="91f4e8451b2efcac5d40c966e42c175803450f0de94c926bfecc12c90070ad3c"
ARCHITECTURES="x86 x86_gcc2"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PROVIDES="
patchutils = $portVersion compat >= 0
@@ -58,6 +58,7 @@ BUILD_PREREQUIRES="
cmd:gcc
cmd:make
cmd:perl
cmd:awk
"
BUILD()