diff options
author | pawel <pawel@FreeBSD.org> | 2014-06-01 21:10:23 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-06-01 21:10:23 +0800 |
commit | 58d08ab091a9527959586b9eaeb2b03a1fb95216 (patch) | |
tree | 85a8f2a758a217041dc09814fb15fca63a4aeb8d /lang | |
parent | f823d29c60b5ae63a259119f82e9f1a4549fe839 (diff) | |
download | freebsd-ports-gnome-58d08ab091a9527959586b9eaeb2b03a1fb95216.tar.gz freebsd-ports-gnome-58d08ab091a9527959586b9eaeb2b03a1fb95216.tar.zst freebsd-ports-gnome-58d08ab091a9527959586b9eaeb2b03a1fb95216.zip |
One OPTIONS_DEFINE too much
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rexx-imc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 30f1c28ae7a5..9ca47057a41b 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -11,8 +11,6 @@ MASTER_SITES= http://www.cs.ox.ac.uk/people/ian.collier/distribution/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Procedural programming language designed by IBM's UK Laboratories -OPTIONS_DEFINE= DOCS EXAMPLES - CONFLICTS= rexx-regina-* oorexx-[0-9]* HAS_CONFIGURE= yes |