pkgconfig is used at build time, not runtime.
MFH: 2019Q1 (krb5-devel will need to have all its previous commits brought up to level in 2019Q1 first)
This commit is contained in:
parent
9a28386d98
commit
ac63be610e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490150
4 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ USE_LDCONFIG= yes
|
|||
USE_CSTD= gnu99
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cpe gmake localbase perl5 libtool:build \
|
||||
gssapi:bootstrap,mit pkgconfig:run ssl \
|
||||
gssapi:bootstrap,mit pkgconfig ssl \
|
||||
gettext-runtime
|
||||
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
|
||||
--disable-rpath --localstatedir="${PREFIX}/var" \
|
||||
|
|
|
@ -27,7 +27,7 @@ USE_LDCONFIG= yes
|
|||
USE_CSTD= gnu99
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cpe gmake localbase perl5 libtool:build \
|
||||
gssapi:bootstrap,mit pkgconfig:run ssl \
|
||||
gssapi:bootstrap,mit pkgconfig ssl \
|
||||
gettext-runtime
|
||||
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
|
||||
--disable-rpath --localstatedir="${PREFIX}/var" \
|
||||
|
|
|
@ -27,7 +27,7 @@ USE_LDCONFIG= yes
|
|||
USE_CSTD= gnu99
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cpe gmake localbase perl5 libtool:build \
|
||||
gssapi:bootstrap,mit pkgconfig:run ssl \
|
||||
gssapi:bootstrap,mit pkgconfig ssl \
|
||||
gettext-runtime
|
||||
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
|
||||
--disable-rpath --localstatedir="${PREFIX}/var" \
|
||||
|
|
|
@ -30,7 +30,7 @@ USE_LDCONFIG= yes
|
|||
USE_CSTD= gnu99
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf cpe gmake localbase perl5 libtool:build \
|
||||
gssapi:bootstrap,mit pkgconfig:run ssl
|
||||
gssapi:bootstrap,mit pkgconfig ssl
|
||||
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
|
||||
--disable-rpath --localstatedir="${PREFIX}/var"
|
||||
CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"
|
||||
|
|
Loading…
Reference in a new issue