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:
parent
0713ab76a2
commit
bad8bc1aee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83971
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user