diff options
-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 |