s/OPENSSL/NCURSES/ in pkgng only part

Submitted by:	Bryan Drewery (irc)
This commit is contained in:
Baptiste Daroussin 2012-04-19 05:53:27 +00:00
parent b9b283093d
commit b3021a8870
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295091

View file

@ -76,7 +76,7 @@ NCURSES_INSTALLED!= find "${PKG_DBDIR}/" -type f -name "+CONTENTS" -print0 | \
.if defined(NCURSES_INSTALLED) && ${NCURSES_INSTALLED} != ""
.if defined(WITH_PKGNG)
NCURSES_PORT= ${NCURSES_INSTALLED}
NCURSES_SHLIBFILE!= ${PKG_INFO} -ql ${OPENSSL_INSTALLED} | grep "^`pkg query "%p" ${OPENSSL_INSTALLED}`/lib/libncurses.so."
NCURSES_SHLIBFILE!= ${PKG_INFO} -ql ${NCURSES_INSTALLED} | grep "^`pkg query "%p" ${NCURSES_INSTALLED}`/lib/libncurses.so."
.else
NCURSES_PORT!= grep "^@comment ORIGIN:" "${NCURSES_INSTALLED}" | ${CUT} -d : -f 2
NCURSES_SHLIBFILE!= grep -m 1 "^lib/libncurses.so." "${NCURSES_INSTALLED}"