pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap-jk Fix BUILD_DEPENDS on gtar-base to gtar-base-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b51eb3506ad
branches:  trunk
changeset: 467245:8b51eb3506ad
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jan 27 18:56:43 2004 +0000

description:
Fix BUILD_DEPENDS on gtar-base to gtar-base-[0-9]*
    No change of built package (if it built before).

diffstat:

 www/ap-jk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 53adab2b797d -r 8b51eb3506ad www/ap-jk/Makefile
--- a/www/ap-jk/Makefile        Tue Jan 27 18:56:23 2004 +0000
+++ b/www/ap-jk/Makefile        Tue Jan 27 18:56:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/01/20 12:27:58 agc Exp $
+# $NetBSD: Makefile,v 1.22 2004/01/27 18:56:43 abs Exp $
 
 DISTNAME=      jakarta-tomcat-${TOMCAT_VERSION}-src
 PKGNAME=       ap-jk-${TOMCAT_VERSION}
@@ -13,7 +13,7 @@
 # XXX workaround for pax-as-tar problem in -current:
 # tar: Invalid header, starting valid header search.
 #
-BUILD_DEPENDS+=        gtar-base:../../archivers/gtar-base
+BUILD_DEPENDS+=        gtar-base-[0-9]*:../../archivers/gtar-base
 GTAR=          ${LOCALBASE}/bin/gtar
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/src/native/apache1.3



Home | Main Index | Thread Index | Old Index