diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-13 01:38:45 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-13 01:38:45 +0800 |
commit | 1582c033b573ec46211b87a1aa44ddc56ea1a549 (patch) | |
tree | f4020851820256fd2688b1b4efb885497a5eb325 /lang/rexx-imc | |
parent | 281c87e71fc25588cf1e70e628b43f57a8d7baa6 (diff) | |
download | freebsd-ports-gnome-1582c033b573ec46211b87a1aa44ddc56ea1a549.tar.gz freebsd-ports-gnome-1582c033b573ec46211b87a1aa44ddc56ea1a549.tar.zst freebsd-ports-gnome-1582c033b573ec46211b87a1aa44ddc56ea1a549.zip |
Mark conflict with lang/oorexx.
Diffstat (limited to 'lang/rexx-imc')
-rw-r--r-- | lang/rexx-imc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 5f6bde5587cf..0626698b40cf 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -7,7 +7,7 @@ PORTNAME= rexx-imc PORTVERSION= 1.76 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \ ftp://ftp.sai.msu.su/pub/unix/rexx/ @@ -15,7 +15,7 @@ MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \ MAINTAINER= g.gonter@ieee.org COMMENT= A procedural programming language designed by IBM's UK Laboratories -CONFLICTS= rexx-regina-* +CONFLICTS= rexx-regina-* oorexx-[0-9]* HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Make |