diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-25 05:08:11 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-25 05:08:11 +0800 |
commit | 322f6fb041b7117959bced8ba61163b968a2391c (patch) | |
tree | 6a90798c6f808b04cb74aeb97b5fa3071f8dcc12 /math/metis-edf | |
parent | 9b08b2f568e630657a652987646a4f6786482e02 (diff) | |
download | freebsd-ports-gnome-322f6fb041b7117959bced8ba61163b968a2391c.tar.gz freebsd-ports-gnome-322f6fb041b7117959bced8ba61163b968a2391c.tar.zst freebsd-ports-gnome-322f6fb041b7117959bced8ba61163b968a2391c.zip |
mark both conflicting each other (they are installing both a same named binary)
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'math/metis-edf')
-rw-r--r-- | math/metis-edf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/metis-edf/Makefile b/math/metis-edf/Makefile index 2ffdb3f27bff..1023e154728e 100644 --- a/math/metis-edf/Makefile +++ b/math/metis-edf/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.code-aster.org/FICHIERS/metis/ MAINTAINER= ports@FreeBSD.org COMMENT= Meshes partionning tool used by Code_Aster +CONFLICTS= metis-[0-9]* + ALL_TARGET= default MAKE_ENV+= CC="${CC}" AR="${AR}" LD="${LD}" F77="${F77}" USE_REINPLACE= yes |