diff options
author | joerg <joerg@pkgsrc.org> | 2015-02-28 23:47:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-02-28 23:47:25 +0000 |
commit | 54d5c208e72f7926f4f799649cb3ae20fb279060 (patch) | |
tree | 9b17ba6d5b202ec0cbeb44d9fe33cf99f57e9097 | |
parent | dbf8af0361a7fc42c087b7ab9cb9e151e9484033 (diff) | |
download | pkgsrc-54d5c208e72f7926f4f799649cb3ae20fb279060.tar.gz |
Look deeper for config.guess/config.sub.
-rw-r--r-- | www/ap2-jk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap2-jk/Makefile b/www/ap2-jk/Makefile index 8586f99ead7..a1e5f78cf21 100644 --- a/www/ap2-jk/Makefile +++ b/www/ap2-jk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/06/12 13:34:14 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2015/02/28 23:47:25 joerg Exp $ DISTNAME= tomcat-connectors-${JK_VERSION}-src PKGNAME= ${APACHE_PKG_PREFIX}-jk-${JK_VERSION} @@ -33,6 +33,7 @@ BUILD_DEFS+= JK_ENABLE_JNI GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake +OVERRIDE_DIRDEPTH= 3 SUBST_CLASSES+= jk-lt SUBST_STAGE.jk-lt= post-configure |