1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add CONFLICTS.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	maintainer
This commit is contained in:
Alexander Leidinger 2003-07-01 09:45:47 +00:00
parent 0713ab76a2
commit bad8bc1aee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83971
2 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,7 @@ DISTNAME= gmp-${PORTVERSION}
MAINTAINER= sysadmin@alexdupre.com
COMMENT= A free library for arbitrary precision arithmetic
CONFLICTS= libgmp-2*
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
@ -28,6 +29,6 @@ post-extract:
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | \
${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g'
${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g'
.include <bsd.port.mk>

View File

@ -17,6 +17,7 @@ DISTNAME= gmp-${PORTVERSION}
MAINTAINER= sysadmin@alexdupre.com
COMMENT= A free library for arbitrary precision arithmetic
CONFLICTS= libgmp-2*
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
@ -28,6 +29,6 @@ post-extract:
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | \
${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g'
${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g'
.include <bsd.port.mk>