summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-05-01 19:06:37 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-05-01 19:06:37 +0000
commit90102016d0d06dfe7054a562fb6444d6d46e62d4 (patch)
treef7ed0a04157bf4fe091b753ef5bcd6c25045fd9c /deskutils
parentMerge MASTER_SITES and MASTER_SITE_SUBDIR into just the former. (diff)
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)
Notes
Notes: svn path=/head/; revision=385141
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/wyrd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/wyrd/Makefile b/deskutils/wyrd/Makefile
index 49da7d2036be..c16ba7f52cdb 100644
--- a/deskutils/wyrd/Makefile
+++ b/deskutils/wyrd/Makefile
@@ -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