diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-12 19:39:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-12 19:39:19 +0000 |
commit | 80588a6d5a38ce7d90f422baaaa8e1b28f37ac6b (patch) | |
tree | 3646a50b9bb67eeca58fbbbb8d5c05d207f5540d | |
parent | b77bb14190ed67279d96ace591abf743a8115a29 (diff) | |
download | pkgsrc-80588a6d5a38ce7d90f422baaaa8e1b28f37ac6b.tar.gz |
Conflict with 1.7 versions of automake package since
they install in the same location (1.8+ and 1.6- are fine).
-rw-r--r-- | devel/automake17/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/automake17/Makefile b/devel/automake17/Makefile index 03a74b48df7..2c184d3b694 100644 --- a/devel/automake17/Makefile +++ b/devel/automake17/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/12 19:05:18 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/12 19:39:19 wiz Exp $ # DISTNAME= automake-1.7.9 @@ -13,6 +13,8 @@ COMMENT= GNU Standards-compliant Makefile generator (latest 1.7 version) DEPENDS= autoconf>=2.54:../../devel/autoconf +CONFLICTS= automake-1.7* + PLIST_SUBST+= PKG_DIR_VERSION=1.7 USE_BUILDLINK2= YES GNU_CONFIGURE= YES |