aboutsummaryrefslogtreecommitdiffstats
path: root/math/libgmp4
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2003-07-01 17:45:47 +0800
committernetchild <netchild@FreeBSD.org>2003-07-01 17:45:47 +0800
commiteb35f185758abc69cee36b27b61bc808afa24cc4 (patch)
tree639c7498d1caa60abf2049e01097537310a83432 /math/libgmp4
parent5c1354faddf601bb2fa7e3d4a58064c3702d265d (diff)
downloadfreebsd-ports-gnome-eb35f185758abc69cee36b27b61bc808afa24cc4.tar.gz
freebsd-ports-gnome-eb35f185758abc69cee36b27b61bc808afa24cc4.tar.zst
freebsd-ports-gnome-eb35f185758abc69cee36b27b61bc808afa24cc4.zip
Add CONFLICTS.
Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
Diffstat (limited to 'math/libgmp4')
-rw-r--r--math/libgmp4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile
index 2cc1d7f11964..f77aeda14079 100644
--- a/math/libgmp4/Makefile
+++ b/math/libgmp4/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>