diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-07-01 09:45:47 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-07-01 09:45:47 +0000 |
commit | bad8bc1aee8610cb7190bc0feb0237d58d496667 (patch) | |
tree | e0e181f47b11a9830e0d1358cc9350d50ba46040 /math | |
parent | Update 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')
-rw-r--r-- | math/gmp/Makefile | 3 | ||||
-rw-r--r-- | math/libgmp4/Makefile | 3 |
2 files changed, 4 insertions, 2 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> 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> |