Skip to content

Commit

Permalink
autoconf213: add to $CONFLICTS instead of overwriting it
Browse files Browse the repository at this point in the history
I doubt this would impact anyone given how old both of those conflicts
entries are, but fix anyway.
  • Loading branch information
dhgutteridge committed Dec 3, 2020
1 parent d42cd30 commit 3894e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/autoconf213/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.34 2020/08/31 18:07:16 wiz Exp $
# $NetBSD: Makefile,v 1.35 2020/12/03 22:56:00 gutteridge Exp $

DISTNAME= autoconf-2.13
PKGNAME= autoconf213-2.13
Expand All @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= gm4:run makeinfo perl:run

CONFLICTS= autoconf-devel-[0-9]*
CONFLICTS= autoconf<2.50
CONFLICTS+= autoconf<2.50

GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --program-transform-name='s/$$/-2.13/'
Expand Down

0 comments on commit 3894e9c

Please sign in to comment.