diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-29 19:46:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-29 19:46:10 +0000 |
commit | 4c38713d7bad9af9588bff4f78232edc9e411542 (patch) | |
tree | 84fae42eff07ce703dc96dece7cdb9f95f7dbf81 /x11/lesstif | |
parent | bdc33053bdd7bb6de1d25615bcddc846d22acbd6 (diff) | |
download | pkgsrc-4c38713d7bad9af9588bff4f78232edc9e411542.tar.gz |
A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/lesstif/Makefile.common b/x11/lesstif/Makefile.common index 0519527efa2..3d4d9014b84 100644 --- a/x11/lesstif/Makefile.common +++ b/x11/lesstif/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2001/09/19 16:50:40 drochner Exp $ +# $NetBSD: Makefile.common,v 1.15 2001/11/29 19:46:14 jlam Exp $ DISTNAME= lesstif-${LESSTIF_VERSION} LESSTIF_VERSION= 0.93.0 @@ -13,7 +13,6 @@ MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.lesstif.org/ -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake USE_X11BASE= # defined |