diff options
author | stephen <stephen@FreeBSD.org> | 2012-06-05 23:58:21 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-06-05 23:58:21 +0800 |
commit | 07bcd9daa7bc37099973f912e236c2445d299b87 (patch) | |
tree | 58cceae9861b5f3cbffc512481469e54fd550888 /math | |
parent | 8d137749f050bbd01ddd5692d1d2cc2a64aae563 (diff) | |
download | freebsd-ports-gnome-07bcd9daa7bc37099973f912e236c2445d299b87.tar.gz freebsd-ports-gnome-07bcd9daa7bc37099973f912e236c2445d299b87.tar.zst freebsd-ports-gnome-07bcd9daa7bc37099973f912e236c2445d299b87.zip |
- Add afni-[0-9]* to CONFLICTS.
Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee>
Diffstat (limited to 'math')
-rw-r--r-- | math/qhull/Makefile | 2 | ||||
-rw-r--r-- | math/qhull5/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 0a1823becc47..ca42e444105b 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= qhull.1 rbox.1 -CONFLICTS= qhull-1.0* +CONFLICTS= qhull-1.0* afni-[0-9]* post-patch: .if !defined(NOPORTDOCS) diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile index 143ab921cde3..ac472e89f795 100644 --- a/math/qhull5/Makefile +++ b/math/qhull5/Makefile @@ -19,7 +19,7 @@ MAINTAINER= stephen@FreeBSD.org COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces LATEST_LINK= qhull5 -CONFLICTS= qhull-2011* +CONFLICTS= qhull-2011* afni-[0-9]* USE_AUTOTOOLS= libtool USE_GMAKE= yes |