diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 17:41:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 17:41:38 +0800 |
commit | 341c037f2545d99872f12eab0e9792d73e12748c (patch) | |
tree | 2b5d489cbedc1c764626fc927b1e518809d97fa4 /lang/yorick | |
parent | 6d4d4fe2392e895560875acca58bfc66236d95ed (diff) | |
download | freebsd-ports-gnome-341c037f2545d99872f12eab0e9792d73e12748c.tar.gz freebsd-ports-gnome-341c037f2545d99872f12eab0e9792d73e12748c.tar.zst freebsd-ports-gnome-341c037f2545d99872f12eab0e9792d73e12748c.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'lang/yorick')
-rw-r--r-- | lang/yorick/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/yorick/Makefile b/lang/yorick/Makefile index c89e844bc956..814bc994a5ef 100644 --- a/lang/yorick/Makefile +++ b/lang/yorick/Makefile @@ -8,7 +8,7 @@ CATEGORIES= lang math MAINTAINER= johans@FreeBSD.org COMMENT= Interpreted language for scientific simulations -USES= tar:tgz +USES= makeinfo tar:tgz USE_XORG= x11 MAKE_ARGS= Y_HOME=relocatable Y_DOCDIR=/dev/null |