diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-10-16 13:51:31 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-10-16 13:51:31 +0800 |
commit | 7677eef7f72570721f24c435f8664dab5c824f24 (patch) | |
tree | 1097ca87d79c599d396912db087a41119b86fbfa /astro/ksetiwatch | |
parent | 2065dcc41113e117ee2a0cf7e420d6093c041bcc (diff) | |
download | freebsd-ports-graphics-7677eef7f72570721f24c435f8664dab5c824f24.tar.gz freebsd-ports-graphics-7677eef7f72570721f24c435f8664dab5c824f24.tar.zst freebsd-ports-graphics-7677eef7f72570721f24c435f8664dab5c824f24.zip |
- Typo: BUILD_DEPENS -> BUILD_DEPENDS
- Mark unbroken
Diffstat (limited to 'astro/ksetiwatch')
-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 24ee768d2dc..426333edbc9 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 |