diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-01-13 15:57:20 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-01-13 15:57:20 +0000 |
commit | ac63be610e268860ab3b434feaf2ba05d5b5bb97 (patch) | |
tree | bf7214d26c5301ed06010639e8eab9764277b7d3 | |
parent | 9a28386d98bd296fb7b094968a27860fe9456153 (diff) |
Notes
-rw-r--r-- | security/krb5-115/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-116/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-117/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-devel/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/security/krb5-115/Makefile b/security/krb5-115/Makefile index dc07e3634c29..5d72bf65283c 100644 --- a/security/krb5-115/Makefile +++ b/security/krb5-115/Makefile @@ -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" \ diff --git a/security/krb5-116/Makefile b/security/krb5-116/Makefile index 14bfec903753..07f2c206b8b8 100644 --- a/security/krb5-116/Makefile +++ b/security/krb5-116/Makefile @@ -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" \ diff --git a/security/krb5-117/Makefile b/security/krb5-117/Makefile index fbb48acead21..6cde3844060a 100644 --- a/security/krb5-117/Makefile +++ b/security/krb5-117/Makefile @@ -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" \ diff --git a/security/krb5-devel/Makefile b/security/krb5-devel/Makefile index be7cf3821a74..2728f0fb79b4 100644 --- a/security/krb5-devel/Makefile +++ b/security/krb5-devel/Makefile @@ -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}" |