diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-29 05:35:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-29 05:35:14 +0800 |
commit | 26e5b619991a6b291c22c4ea48b25ee14de7f7f6 (patch) | |
tree | df989d0c42854996b0efd69abcebfe27ebd25069 | |
parent | 56117c8d2d32740aefa7ed4096b14f76c60e9da2 (diff) | |
download | freebsd-ports-gnome-26e5b619991a6b291c22c4ea48b25ee14de7f7f6.tar.gz freebsd-ports-gnome-26e5b619991a6b291c22c4ea48b25ee14de7f7f6.tar.zst freebsd-ports-gnome-26e5b619991a6b291c22c4ea48b25ee14de7f7f6.zip |
Unbreak ocaml-nox11 after PORT_OPTIONS conversion
-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 |