freebsd-ports/lang/ocaml-nox11/Makefile
Piotr Kubaj a3d2bbff16 lang/ocaml-nox11: unbreak on powerpc64
Builds fine on powerpc64.

Approved by:	mentors (implicit approval)
2019-07-26 22:13:24 +00:00

19 lines
360 B
Makefile

# Created by: Eugene Ossintsev
# $FreeBSD$
PORTNAME= ocaml-nox11
CATEGORIES= lang
MAINTAINER= michael.grunewald@laposte.net
COMMENT= Objective Caml compiler and programming environment (no X11)
MASTERDIR= ${.CURDIR}/../ocaml
CONFLICTS= metaocaml-[0-9]* ocaml-[0-9]* ocaml-notk-[0-9]*
OPTIONS_EXCLUDE=TK X11
SFX= -nox11
.include "${MASTERDIR}/Makefile"