mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fix ordering
This commit is contained in:
@@ -8,11 +8,12 @@ background/images, progressive loading, arithmetic coding, and lossy \
|
||||
compression for bitonal (monochrome) images. This allows for high-quality, \
|
||||
readable images to be stored in a minimum of space, so that they can be made \
|
||||
available on the web."
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2015 3dEyes**"
|
||||
HOMEPAGE="http://haikuware.ru/software/djvuviewer"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/DjVuViewer#1a55eaa"
|
||||
COPYRIGHT="2005-2015 3dEyes**"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/DjVuViewer#1a55eaa"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -20,7 +21,6 @@ PROVIDES="
|
||||
djvutranslator$secondaryArchSuffix = $portVersion
|
||||
addon:DjVuTranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libdjvulibre$secondaryArchSuffix
|
||||
@@ -30,7 +30,6 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libdjvulibre$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
Reference in New Issue
Block a user