diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-22 16:03:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-22 16:03:30 +0000 |
commit | 39b8bf24dc76c856312eb3096393dd03a2c1a53a (patch) | |
tree | 02fefe5be9126689d25ea255094f599300037e9e /lang/urweb | |
parent | Mark BROKEN on FreeBSD 12 and 13 (diff) |
Mark BROKEN on FreeBSD 12 and 13
mlton -mlb-path-var 'SRC /wrkdirs/usr/ports/lang/urweb/work/urweb-20150520/src' -mlb-path-var 'BUILD /wrkdirs/usr/ports/lang/urweb/work/urweb-20150520/src' -output bin/urweb src/compiler.mlb
invalid target: self
Reported by: pkg-fallout
MFH: 2019Q2
Notes
Notes:
svn path=/head/; revision=499657
Diffstat (limited to 'lang/urweb')
-rw-r--r-- | lang/urweb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile index dd64e7810a89..c211bc83507e 100644 --- a/lang/urweb/Makefile +++ b/lang/urweb/Makefile @@ -13,6 +13,9 @@ COMMENT= Ultimate host for embedded domain-specific languages LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_12= invalid target: self +BROKEN_FreeBSD_13= invalid target: self + BUILD_DEPENDS= mlton:lang/mlton CONFIGURE_ENV= CCARGS="-I${LOCALBASE}/include" |