diff options
-rw-r--r-- | cad/slffea/Makefile | 1 | ||||
-rw-r--r-- | lang/swi-pl/Makefile | 1 | ||||
-rw-r--r-- | math/ploticus/Makefile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/cad/slffea/Makefile b/cad/slffea/Makefile index 1b3cec234eb0..384d68d3d012 100644 --- a/cad/slffea/Makefile +++ b/cad/slffea/Makefile @@ -17,6 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= San Le's Free Finite Element Analysis +CONFLICTS= ploticus-* swi-pl-* USE_REINPLACE= yes USE_MESA= yes CFLAGS+= -I${X11BASE}/include ${PTHREAD_CFLAGS} diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 7cb1ac654b40..0f83cc43d8e3 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -14,6 +14,7 @@ DISTNAME= pl-${PORTVERSION} MAINTAINER= max@FreeBSD.org COMMENT= Edinburgh-style Prolog compiler +CONFLICTS= ploticus-* slffea-* USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --host=${MACHINE_ARCH}-${OPSYS:L} diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 2aeec9f314bb..ae6b87f74793 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ freetype.9:${PORTSDIR}/print/freetype2 WRKSRC= ${WRKDIR}/${DISTNAME}/src - +CONFLICTS= slffea-* swi-pl-* USE_XLIB= yes ALL_TARGET= ${PORTNAME} |