diff options
author | cy <cy@FreeBSD.org> | 2009-09-02 22:49:14 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2009-09-02 22:49:14 +0800 |
commit | 38aade9dea2ce161179e40d2e51e90c7de31f4c5 (patch) | |
tree | 5c96e105cafe94b6fac93abee16838cfc6c5ed9d | |
parent | 7e9b8532ac1015be3340e9432e338380114de447 (diff) | |
download | freebsd-ports-gnome-38aade9dea2ce161179e40d2e51e90c7de31f4c5.tar.gz freebsd-ports-gnome-38aade9dea2ce161179e40d2e51e90c7de31f4c5.tar.zst freebsd-ports-gnome-38aade9dea2ce161179e40d2e51e90c7de31f4c5.zip |
Mark broken because it will not build with libtool 2.2.
-rw-r--r-- | security/krb5-17/Makefile | 1 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 92ba6dd7fdf2..ed7377086505 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -27,6 +27,7 @@ WITH_OPENSSL_PORT= yes USE_GMAKE= yes USE_PERL5_BUILD= yes USE_LDCONFIG= yes +BROKEN= Will not build with libtool 2.2. USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS?= --enable-shared # CONFIGURE_ARGS+= --disable-thread-support diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 92ba6dd7fdf2..ed7377086505 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -27,6 +27,7 @@ WITH_OPENSSL_PORT= yes USE_GMAKE= yes USE_PERL5_BUILD= yes USE_LDCONFIG= yes +BROKEN= Will not build with libtool 2.2. USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS?= --enable-shared # CONFIGURE_ARGS+= --disable-thread-support |