diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-02 11:17:04 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-02 11:17:04 +0000 |
commit | c2ac031ce0af78f9ce30977a367bb823b75cbbcd (patch) | |
tree | 0004e3a5c28647bb98757ea8138869f9473409b8 | |
parent | c5aba514fde1cdd72a64e4585d4db5a3c5f9de68 (diff) | |
download | ports-c2ac031ce0af78f9ce30977a367bb823b75cbbcd.tar.gz ports-c2ac031ce0af78f9ce30977a367bb823b75cbbcd.zip |
Notes
-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 384d68d3d012..36dc4c5587ef 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 aa4921bafcaa..cfd0ad4f218c 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 3e4c89cd8910..adcab1df67c0 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 |