summaryrefslogtreecommitdiff
path: root/math/gmp
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-07-01 09:45:47 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-07-01 09:45:47 +0000
commitbad8bc1aee8610cb7190bc0feb0237d58d496667 (patch)
treee0e181f47b11a9830e0d1358cc9350d50ba46040 /math/gmp
parentUpdate to 20030616.p2. (diff)
Add CONFLICTS.
Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=83971
Diffstat (limited to 'math/gmp')
-rw-r--r--math/gmp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
index 2cc1d7f11964..f77aeda14079 100644
--- a/math/gmp/Makefile
+++ b/math/gmp/Makefile
@@ -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>