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 | |
parent | 624ca24dc8cfd0bffd726170e284855364a3c4ca (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rexx-imc/Makefile | 4 | ||||
-rw-r--r-- | lang/rexx-regina/Makefile | 3 |
2 files changed, 4 insertions, 3 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 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 |