diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-03-07 02:41:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-03-07 02:41:00 +0000 |
commit | 99806f08b4eb0ef93544b3b6199b564faa9dab12 (patch) | |
tree | 49a7967bea3650676f855b84a0ceb16b74faec36 /lang/swi-pl | |
parent | Update to 2.31. While here, change the name of the installed binary (diff) |
Note that math/ploticus now installs as bin/ploticus rather than bin/pl.
Remove obsoleted conflicts.
Prodded by: vs
Notes
Notes:
svn path=/head/; revision=130504
Diffstat (limited to 'lang/swi-pl')
-rw-r--r-- | lang/swi-pl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 4ac46211e1e4..16fe4aaaaef8 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -15,7 +15,7 @@ DISTNAME= pl-${PORTVERSION} MAINTAINER= g.gonter@ieee.org COMMENT= Edinburgh-style Prolog compiler -CONFLICTS= ploticus-[0-9]* slffea-[0-9]* TenDRA-[0-9]* +CONFLICTS= slffea-[0-9]* TenDRA-[0-9]* NOPRECIOUSMAKEVARS=yes USE_REINPLACE= yes USE_GMAKE= yes |