diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-08 12:15:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-08 12:15:12 +0000 |
commit | 4aa3ce2bb4d68b3e001fdb2a637410942b82babd (patch) | |
tree | c42e896cb5a83ecf7010af9578317a9f42cad47a /www | |
parent | b90656bef91df555d4b76df06b950c1ccbcbd445 (diff) | |
download | pkgsrc-4aa3ce2bb4d68b3e001fdb2a637410942b82babd.tar.gz |
Needs libtool.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-auth-kerb/Makefile | 3 | ||||
-rw-r--r-- | www/ap-jk/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/ap-auth-kerb/Makefile b/www/ap-auth-kerb/Makefile index 850fa388ef3..a08a1204f76 100644 --- a/www/ap-auth-kerb/Makefile +++ b/www/ap-auth-kerb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/06/02 18:27:58 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/08 12:15:57 joerg Exp $ DISTNAME= mod_auth_kerb-5.0rc7 PKGNAME= ${APACHE_PKG_PREFIX}-auth-kerb-5.0rc7 @@ -13,6 +13,7 @@ CONFLICTS= ap-auth-kerb-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-krb4 +USE_LIBTOOL= yes USE_TOOLS+= gmake APACHE_MODULE= yes diff --git a/www/ap-jk/Makefile b/www/ap-jk/Makefile index 0ecdba6305d..bab17197719 100644 --- a/www/ap-jk/Makefile +++ b/www/ap-jk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/06/02 18:27:59 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2006/06/08 12:15:12 joerg Exp $ DISTNAME= jakarta-tomcat-connectors-${JK_VERSION}-src PKGNAME= ap13-jk-${JK_VERSION} @@ -17,6 +17,7 @@ APACHE_MODULE= YES BUILD_DEFS+= JK_ENABLE_JNI GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_TOOLS+= gmake SUBST_CLASSES+= jk-lt |