diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-21 22:14:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-21 22:14:39 +0000 |
commit | 94f34d48c6edfc5d73611fd938069882bb86473f (patch) | |
tree | 6862b6180a0f44a6ec1c0f6a05ffaf60f69b7be9 /lang | |
parent | 42476ec2da25352ddb93986d3c603836f6984324 (diff) | |
download | ports-94f34d48c6edfc5d73611fd938069882bb86473f.tar.gz ports-94f34d48c6edfc5d73611fd938069882bb86473f.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/twelf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index cb6b20cd0587..b4aa50e669cb 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -15,7 +15,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= mlton:${PORTSDIR}/lang/mlton -BUILD_DEPENDS= mlton:${PORTSDIR}/lang/mlton +BUILD_DEPENDS= mlton:${PORTSDIR}/lang/mlton \ + texi2html:${PORTSDIR}/textproc/texi2html USES= gmake ALL_TARGET= mlton |