diff options
author | arved <arved@FreeBSD.org> | 2004-02-02 19:17:04 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-02 19:17:04 +0800 |
commit | d0cc3a513e5604b9e18994828f1aae9beec93825 (patch) | |
tree | 399c469fbce2ed54f01a6f59ad95448542414bd9 | |
parent | 6b47ded4723fd42b826ceb09aee66bd3a403be04 (diff) | |
download | freebsd-ports-graphics-d0cc3a513e5604b9e18994828f1aae9beec93825.tar.gz freebsd-ports-graphics-d0cc3a513e5604b9e18994828f1aae9beec93825.tar.zst freebsd-ports-graphics-d0cc3a513e5604b9e18994828f1aae9beec93825.zip |
Add conflicts
PR: 62103
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
-rw-r--r-- | cad/slffea/Makefile | 2 | ||||
-rw-r--r-- | lang/TenDRA/Makefile | 1 | ||||
-rw-r--r-- | math/ploticus/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/cad/slffea/Makefile b/cad/slffea/Makefile index 384d68d3d01..36dc4c5587e 100644 --- a/cad/slffea/Makefile +++ b/cad/slffea/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= San Le's Free Finite Element Analysis -CONFLICTS= ploticus-* swi-pl-* +CONFLICTS= ploticus-* swi-pl-* TenDRA-* USE_REINPLACE= yes USE_MESA= yes CFLAGS+= -I${X11BASE}/include ${PTHREAD_CFLAGS} diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile index aa4921bafca..cfd0ad4f218 100644 --- a/lang/TenDRA/Makefile +++ b/lang/TenDRA/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/4.//} MAINTAINER= stefan@fafoe.narf.at COMMENT= A portable BSD-licensed compiler suite +CONFLICTS= swi-pl* ploticus-* slffea-* ONLY_FOR_ARCHS= i386 DIST_SUBDIR= ${PKGBASE} diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 3e4c89cd891..adcab1df67c 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ freetype.9:${PORTSDIR}/print/freetype2 WRKSRC= ${WRKDIR}/${DISTNAME}/src -CONFLICTS= slffea-* swi-pl-* +CONFLICTS= slffea-* swi-pl-* TenDRA-* FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config |