diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 16:39:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 16:39:19 +0000 |
commit | f28a37eb4e7049a343071c185f1fd0a78b74f401 (patch) | |
tree | 3f1fc15768a4e6b59c036388d48ebd48edaa6e09 /lang | |
parent | 40b827df946666974ad12b5ae7f64ca678868036 (diff) |
Notes
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 |