diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-10-16 05:51:31 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-10-16 05:51:31 +0000 |
commit | 49bf5d0423627b6814f0495665bbb02cf5341efc (patch) | |
tree | f91c3920cd6aec6c2ef16560c6548f3bb6d0d84b /astro | |
parent | Dirk Meyer has agreed to be maintainer. (diff) |
- Typo: BUILD_DEPENS -> BUILD_DEPENDS
- Mark unbroken
Notes
Notes:
svn path=/head/; revision=68135
Diffstat (limited to 'astro')
-rw-r--r-- | astro/ksetiwatch/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/astro/ksetiwatch/Makefile b/astro/ksetiwatch/Makefile index 24ee768d2dc7..426333edbc9a 100644 --- a/astro/ksetiwatch/Makefile +++ b/astro/ksetiwatch/Makefile @@ -13,9 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= sverrir@hem.passagen.se -BROKEN= "Does not configure" - -BUILD_DEPENS= autoconf:${PORTSDIR}/devel/autoconf +BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/-1//} USE_BZIP2= yes |