aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml-nox11
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-06-28 21:35:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-06-28 21:35:14 +0000
commit61f946e7e275076aae4e3ca1b700a5224bea3754 (patch)
treedf989d0c42854996b0efd69abcebfe27ebd25069 /lang/ocaml-nox11
parent07771e3208810bd1f2a60666eec1eaf7710f0f0b (diff)
downloadports-61f946e7e275076aae4e3ca1b700a5224bea3754.tar.gz
ports-61f946e7e275076aae4e3ca1b700a5224bea3754.zip
Unbreak ocaml-nox11 after PORT_OPTIONS conversion
Notes
Notes: svn path=/head/; revision=321990
Diffstat (limited to 'lang/ocaml-nox11')
-rw-r--r--lang/ocaml-nox11/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/ocaml-nox11/Makefile b/lang/ocaml-nox11/Makefile
index 0de8ee9d6495..16a3a041df7b 100644
--- a/lang/ocaml-nox11/Makefile
+++ b/lang/ocaml-nox11/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ocaml-nox11
-# Date created: 2004-02-03
-# Whom: Eugene Ossintsev
-#
+# Created by: Eugene Ossintsev
# $FreeBSD$
-#
PORTNAME= ocaml-nox11
CATEGORIES= lang
@@ -15,6 +11,6 @@ MASTERDIR= ${.CURDIR}/../ocaml
CONFLICTS= metaocaml-[0-9]* ocaml-[0-9]* ocaml-notk-[0-9]*
-WITHOUT_X11= yes
+OPTIONS_EXCLUDE=TK X11
.include "${MASTERDIR}/Makefile"