mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add libasyncns to the rank of _LINUX_26_APPS.
Submitted by: avg (via emulation@)
This commit is contained in:
parent
9250cae280
commit
d1bb250691
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273699
1 changed files with 6 additions and 1 deletions
|
@ -68,7 +68,7 @@ _LINUX_APPS_ALL+=
|
|||
|
||||
# 2.6.16 components
|
||||
_LINUX_26_APPS= alsa-plugins-oss blt cyrus-sasl2 dbusglib dbuslibs \
|
||||
libidn libssh2 libv4l nspr nss openal-soft \
|
||||
libasyncns libidn libssh2 libv4l nspr nss openal-soft \
|
||||
openldap pulseaudio-libs sqlite3 tcl84 tk84
|
||||
|
||||
_LINUX_APPS_ALL+= ${_LINUX_26_APPS}
|
||||
|
@ -224,6 +224,11 @@ jpeg_f10_FILE= ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0
|
|||
jpeg_DETECT= ${jpeg${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
|
||||
jpeg_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-jpeg
|
||||
|
||||
# no libasyncns_FILE (there is no libasyncns port for Fedora 4 distribution)
|
||||
libasyncns_f10_FILE= ${LINUXBASE}/usr/lib/libasyncns.so.0.3.1
|
||||
libasyncns_DETECT= ${libasyncns${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
|
||||
libasyncns_PORT= ${PORTSDIR}/dns/linux${LINUX_DIST_SUFFIX}-libasyncns
|
||||
|
||||
libaudiofile_FILE= ${LINUXBASE}/usr/lib/libaudiofile.so.0.0.2
|
||||
libaudiofile_f10_FILE= ${LINUXBASE}/usr/lib/libaudiofile.so.0.0.2
|
||||
libaudiofile_DETECT= ${libaudiofile${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
|
||||
|
|
Loading…
Add table
Reference in a new issue