diff options
author | linimon <linimon@FreeBSD.org> | 2005-03-07 10:41:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-03-07 10:41:00 +0800 |
commit | 114c37217a6e2a00b8aa0af0f90e9368f57544fc (patch) | |
tree | 0afc6982af1d84c4c726233467517c3c3f69ab4c /cad | |
parent | 6829aa00deb3624b6c31895b946fdc87ee68cf7c (diff) | |
download | freebsd-ports-gnome-114c37217a6e2a00b8aa0af0f90e9368f57544fc.tar.gz freebsd-ports-gnome-114c37217a6e2a00b8aa0af0f90e9368f57544fc.tar.zst freebsd-ports-gnome-114c37217a6e2a00b8aa0af0f90e9368f57544fc.zip |
Note that math/ploticus now installs as bin/ploticus rather than bin/pl.
Remove obsoleted conflicts.
Prodded by: vs
Diffstat (limited to 'cad')
-rw-r--r-- | cad/slffea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/slffea/Makefile b/cad/slffea/Makefile index a298e04a1c79..9fb185ed0b56 100644 --- a/cad/slffea/Makefile +++ b/cad/slffea/Makefile @@ -18,7 +18,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= San Le's Free Finite Element Analysis -CONFLICTS= ploticus-* swi-pl-* TenDRA-* +CONFLICTS= swi-pl-* TenDRA-* USE_REINPLACE= yes USE_MESA= yes CFLAGS+= -I${X11BASE}/include ${PTHREAD_CFLAGS} |