diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-12 17:38:45 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-12 17:38:45 +0000 |
commit | 4991a26926763b85949204865c4b0aeceef4a22a (patch) | |
tree | a47c284d052eeb7cf44dda4f46d6e50b47943f47 /lang/rexx-regina | |
parent | 624ca24dc8cfd0bffd726170e284855364a3c4ca (diff) |
Mark conflict with lang/oorexx.
Notes
Notes:
svn path=/head/; revision=142544
Diffstat (limited to 'lang/rexx-regina')
-rw-r--r-- | lang/rexx-regina/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile index 8f8d64c1f3db..1d6409d32616 100644 --- a/lang/rexx-regina/Makefile +++ b/lang/rexx-regina/Makefile @@ -8,6 +8,7 @@ PORTNAME= regina PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}-rexx @@ -17,7 +18,7 @@ DISTNAME= Regina-REXX-${PORTVERSION} MAINTAINER= g.gonter@ieee.org COMMENT= A Rexx interpreter -CONFLICTS= rexx-imc-* +CONFLICTS= rexx-imc-* oorexx-[0-9]* WRKSRC= ${WRKDIR}/Regina-${PORTVERSION} USE_REINPLACE= yes |