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 | |
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')
-rw-r--r-- | lang/smalltalk/Makefile | 2 | ||||
-rw-r--r-- | lang/yorick/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index c149fadc0cc9..f77809c6280e 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -24,7 +24,7 @@ TK_CONFIGURE_WITH=tcl=${LOCALBASE}/lib/tcl8.4 tk=${LOCALBASE}/lib/tk8.4 PGSQL_USE= PGSQL=yes SDL_USE= SDL=image,mixer,sdl,sound,ttf -USES= gmake iconv libtool pkgconfig shebangfix tar:xz +USES= gmake iconv libtool makeinfo pkgconfig shebangfix tar:xz USE_GNOME= pango USE_SQLITE= yes USE_XORG= ice xi xmu 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 |