diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-02 11:45:39 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-02 11:45:39 +0000 |
commit | 41b9be503ae6a3bf1dc1d5ef95b53793eb13c01f (patch) | |
tree | 769ef09867dec057112b186d8ee896f3350f9062 /lang/swi-pl | |
parent | Update to 1.7 (diff) |
Add a missing conflict
Notes
Notes:
svn path=/head/; revision=99803
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 cbec3e54fe60..97a12d581669 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -15,7 +15,7 @@ DISTNAME= pl-${PORTVERSION} MAINTAINER= max@FreeBSD.org COMMENT= Edinburgh-style Prolog compiler -CONFLICTS= ploticus-* slffea-* +CONFLICTS= ploticus-* slffea-* TenDRA-* USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --host=${MACHINE_ARCH}-${OPSYS:L} --disable-mt |