libevent: fixup, again, errors in the previous PR (#7754). (#7757)

This commit is contained in:
OscarL
2023-01-10 12:16:30 -03:00
committed by GitHub
parent d8388b4f77
commit 3a227c5b77

View File

@@ -55,9 +55,6 @@ REQUIRES_devel="
devel:libcrypto$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
"
CONFLICTS_devel="
libevent${secondaryArchSuffix}_devel
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
@@ -111,6 +108,5 @@ INSTALL()
# devel package
packageEntries devel \
$binDir \
$developDir \
$manDir
$developDir
}