mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
xemacs, fix reference for libpng, don't revbump (#8930)
This commit is contained in:
@@ -21,7 +21,7 @@ SOURCE_URI="hg+https://bitbucket.org/mmu_man/xemacs#24b993054953"
|
||||
# This is probably incorrect.
|
||||
|
||||
|
||||
ARCHITECTURES="?all x86_gcc2 x86"
|
||||
ARCHITECTURES="?all x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
#POLICY WARNING: no matching provides "cmd:b2m" for "bin/b2m"
|
||||
@@ -45,7 +45,7 @@ REQUIRES="
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
# lib:libtiff$secondaryArchSuffix
|
||||
# lib:libxpm$secondaryArchSuffix
|
||||
@@ -56,7 +56,7 @@ BUILD_REQUIRES="
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix >= 1.2.8
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
# devel:libtiff$secondaryArchSuffix
|
||||
# devel:libxpm$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user