diff options
author | arved <arved@FreeBSD.org> | 2004-02-02 11:45:39 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-02 11:45:39 +0000 |
commit | f5dec7278896c166e105708052b521c683cf2063 (patch) | |
tree | 16ebdb4a578f5bc5a9172eac3bbd91358803b0d4 /lang/swi-pl | |
parent | 301e7733fb195edfbe13d7b33f2e955e18e4d347 (diff) | |
download | FreeBSD-ports-f5dec7278896c166e105708052b521c683cf2063.zip FreeBSD-ports-f5dec7278896c166e105708052b521c683cf2063.tar.gz |
Add a missing conflict
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 cbec3e5..97a12d5 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 |