diff options
author | pav <pav@FreeBSD.org> | 2004-02-02 00:39:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-02 00:39:19 +0800 |
commit | 0ad263fd02f83cb6b3e256018e563ea4b85ca268 (patch) | |
tree | 4252aa47ae4be1bc15c0c61b1f7e0a939702b865 /lang | |
parent | 0433462965185476178de1c8f93c597b5340805b (diff) | |
download | freebsd-ports-gnome-0ad263fd02f83cb6b3e256018e563ea4b85ca268.tar.gz freebsd-ports-gnome-0ad263fd02f83cb6b3e256018e563ea4b85ca268.tar.zst freebsd-ports-gnome-0ad263fd02f83cb6b3e256018e563ea4b85ca268.zip |
- Add CONFLICTS between lang/rexx-imc and lang/rexx-regina
PR: ports/62200
Submitted by: parv <parv@pair.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rexx-imc/Makefile | 2 | ||||
-rw-r--r-- | lang/rexx-regina/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 0eedb8b7d30d..eed4e5af7ff1 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -16,6 +16,8 @@ MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \ MAINTAINER= coop9211@uidaho.edu COMMENT= A procedural programming language designed by IBM's UK Laboratories +CONFLICTS= rexx-regina-* + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Make CONFIGURE_ENV= CFLAGS="${CFLAGS}" \ diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile index bfdbf5657ff6..ae75cf7bbda2 100644 --- a/lang/rexx-regina/Makefile +++ b/lang/rexx-regina/Makefile @@ -17,6 +17,8 @@ DISTNAME= Regina-REXX-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Rexx interpreter +CONFLICTS= rexx-imc-* + WRKSRC= ${WRKDIR}/Regina-${PORTVERSION} USE_REINPLACE= yes USE_OPENSSL= yes |