diff options
-rw-r--r-- | lang/ocaml-nox11/Makefile | 8 | ||||
-rw-r--r-- | lang/ocaml/pkg-plist | 2 |
2 files changed, 3 insertions, 7 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" diff --git a/lang/ocaml/pkg-plist b/lang/ocaml/pkg-plist index 18567abbd425..1fd6915de8c5 100644 --- a/lang/ocaml/pkg-plist +++ b/lang/ocaml/pkg-plist @@ -988,7 +988,7 @@ lib/ocaml/weak.mli %%TK%%@dirrm %%EXAMPLESDIR%%/examples_labltk %%TK%%@dirrm %%EXAMPLESDIR%%/examples_camltk/images %%TK%%@dirrm %%EXAMPLESDIR%%/examples_camltk -@dirrmtry %%EXAMPLESDIR%% +%%TK%%@dirrmtry %%EXAMPLESDIR%% @dirrm lib/ocaml/vmthreads %%THREADS%%@dirrm lib/ocaml/threads @dirrmtry lib/ocaml/stublibs |