mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
deskutils/wyrd: unbreak build after r385012 (camlp4)
ocamlopt.opt -c -pp camlp4o -g -I ./curses install.ml sh: camlp4o: not found File "install.ml", line 1: Error: Error while running external preprocessor PR: 199847 Reported by: pkg-fallout, maintainer Submitted by: h.skuhra@gmail.com (maintainer)
This commit is contained in:
parent
4ba8851f63
commit
90102016d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385141
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= wyrd
|
||||
PORTVERSION= 1.4.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://pessimization.com/software/wyrd/
|
||||
|
||||
@ -11,12 +12,11 @@ COMMENT= Text-based front-end to Remind
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
||||
BUILD_DEPENDS= camlp4o:${PORTSDIR}/devel/ocaml-camlp4
|
||||
RUN_DEPENDS= remind:${PORTSDIR}/deskutils/remind
|
||||
|
||||
BROKEN= pending introduction of new camlp4 (PR 195773)
|
||||
|
||||
USES= gmake ncurses
|
||||
USE_OCAML= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/wyrd etc/wyrdrc man/man1/wyrd.1.gz man/man5/wyrdrc.5.gz
|
||||
|
Loading…
Reference in New Issue
Block a user