mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fix libmikmod on secondary arch's
This commit is contained in:
@@ -5,7 +5,7 @@ SRC_URI="http://sourceforge.net/projects/mikmod/files/libmikmod/3.3.3/libmikmod-
|
|||||||
CHECKSUM_MD5="0e0f9bce8f8e598ca292b41e0ae385c8"
|
CHECKSUM_MD5="0e0f9bce8f8e598ca292b41e0ae385c8"
|
||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
COPYRIGHT="1998-2004 Jean-Paul Mikkers, Jake Stine, Frank Loemker, Steve McIntyre, Peter Amstutz, and Miodrag Vallat."
|
COPYRIGHT="1998-2004 Jean-Paul Mikkers, Jake Stine, Frank Loemker, Steve McIntyre, Peter Amstutz, and Miodrag Vallat."
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64"
|
SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
@@ -69,5 +69,5 @@ PROVIDES_devel="
|
|||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libmikmod == $portVersion base
|
libmikmod$secondaryArchSuffix == $portVersion base
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user