diff options
author | arved <arved@FreeBSD.org> | 2003-06-29 01:19:45 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-29 01:19:45 +0000 |
commit | 03111d07842e7fc3048e1d90726dd0706eae7c58 (patch) | |
tree | 197bd230c7821b6938f1d0b2227f3fa3b26db94b | |
parent | ab1cf2ac1ff4dddff6f91b6b585bc21072ff7b73 (diff) | |
download | FreeBSD-ports-03111d07842e7fc3048e1d90726dd0706eae7c58.zip FreeBSD-ports-03111d07842e7fc3048e1d90726dd0706eae7c58.tar.gz |
Add a conflict for ploticus, slffea and swi-pl.
All install a program bin/pl.
-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 1b3cec2..384d68d 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 7cb1ac6..0f83cc4 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 2aeec9f..ae6b87f 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} |