diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-23 12:12:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-23 12:12:06 +0000 |
commit | 89eec8ba2fe547d77927f6061bb996d9acc9bcf4 (patch) | |
tree | e131f8dc9e19c4423c10aa0c4210738ba42b6786 /chat/epic4 | |
parent | 9dd3d1026d2b033c3540b9bb9cbd45b9917eb6a7 (diff) | |
download | pkgsrc-89eec8ba2fe547d77927f6061bb996d9acc9bcf4.tar.gz |
BUILD_DEPENDS, not BUILDS_DEPENDS.
Diffstat (limited to 'chat/epic4')
-rw-r--r-- | chat/epic4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 88bdfc6cb21..e628d243177 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:22 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/23 12:12:06 wiz Exp $ # DISTNAME= epic4-0.9.16 @@ -28,7 +28,7 @@ EXTRACT_ONLY= epic4-0.9.16.tar.gz GNU_CONFIGURE= YES .if defined(USE_INET6) && ${USE_INET6} == "YES" -BUILDS_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= autoconf:../../devel/autoconf post-patch: cd ${WRKSRC}; ${LOCALBASE}/bin/autoheader; ${LOCALBASE}/bin/autoconf |