1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/lang/ocaml-nox11/Makefile
Mark Linimon e043e9c8d6 Provide more descriptive error messages for ports failing on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2017-04-29 05:44:25 +00:00

21 lines
448 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)
BROKEN_powerpc64= Does not build: error: too few arguments to function gethostbyname_r
MASTERDIR= ${.CURDIR}/../ocaml
CONFLICTS= metaocaml-[0-9]* ocaml-[0-9]* ocaml-notk-[0-9]*
OPTIONS_EXCLUDE=TK X11
SFX= -nox11
.include "${MASTERDIR}/Makefile"