diff options
author | wiz <wiz> | 2002-10-03 19:40:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-03 19:40:53 +0000 |
commit | 24c7c05e4b4a1b2540a52b4b14dcfbbd05ddf513 (patch) | |
tree | 64ef5d2a330d1962f195282023bb85c2f0cfd9d3 /devel/automake14 | |
parent | 8b6bae4148faddeeb955134dc43c1479c1ac69fb (diff) | |
download | pkgsrc-24c7c05e4b4a1b2540a52b4b14dcfbbd05ddf513.tar.gz |
COMMEND and DESCR updates.
Diffstat (limited to 'devel/automake14')
-rw-r--r-- | devel/automake14/DESCR | 3 | ||||
-rw-r--r-- | devel/automake14/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/automake14/DESCR b/devel/automake14/DESCR index 03abb4a47bb..a4ff514be19 100644 --- a/devel/automake14/DESCR +++ b/devel/automake14/DESCR @@ -4,3 +4,6 @@ conform to the GNU standards for Makefile variables and targets. Automake assumes the project uses autoconf. If you want automatic dependency tracking support, the use of GNU make is also required. + +This package contains the outdated 1.4 version of automake. +For new software please use the ``automake'' package. diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index a5754400cac..7b079f22558 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/03 19:26:12 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/03 19:40:54 wiz Exp $ # DISTNAME= automake-1.4-p6 @@ -8,10 +8,9 @@ MASTER_SITES= ${MASTER_SITE_GNU:=automake/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/automake/automake.html -COMMENT= GNU Standards-compliant Makefile generator +COMMENT= GNU Standards-compliant Makefile generator (old version) DEPENDS= autoconf213>=2.13:../../devel/autoconf213 -#DEPENDS= autoconf>=2.13:../../devel/autoconf CONFLICTS= automake<1.6 |