1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix make fetch

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-07-29 19:59:58 +00:00
parent 105236a46e
commit d1b39d5959
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363383

View File

@ -15,6 +15,7 @@ COMMENT= OpenGL binding for Gauche
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= tar:tgz
USE_XORG= ice sm
USE_GL= glut
GNU_CONFIGURE= yes
@ -25,7 +26,7 @@ DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
PLIST_SUB= TARGET="${CONFIGURE_TARGET}"
.if !defined(NOPORTDOCS)
USES= makeinfo tar:tgz
USES+= makeinfo
INFO= gauche-gl-refe gauche-gl-refj
.endif