diff options
author | tron <tron> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 14:35:04 +0000 |
commit | 4061ec7224b48a9c9ea7215a40f74e878bdd3c88 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /sysutils/apcupsd | |
parent | b9a67fb560e9fe290e034cad7c815bb57c6c2ca1 (diff) | |
download | pkgsrc-4061ec7224b48a9c9ea7215a40f74e878bdd3c88.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 0cfb2b558d7..0aa9b965e3f 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/08/01 16:55:38 wiz Exp $ -# +# $NetBSD: Makefile,v 1.12 2001/08/27 14:35:14 tron Exp $ DISTNAME= apcupsd-3.6.2 CATEGORIES= sysutils @@ -9,7 +8,7 @@ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.sibbald.com/apcupsd/ COMMENT= UPS power management for APCC Products -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_USES_MSGFMT= yes USE_GMAKE= # defined |