mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix make fetch
With hat: portmgr
This commit is contained in:
parent
105236a46e
commit
d1b39d5959
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363383
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ COMMENT= OpenGL binding for Gauche
|
||||||
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
|
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
USES= tar:tgz
|
||||||
USE_XORG= ice sm
|
USE_XORG= ice sm
|
||||||
USE_GL= glut
|
USE_GL= glut
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -25,7 +26,7 @@ DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
|
||||||
PLIST_SUB= TARGET="${CONFIGURE_TARGET}"
|
PLIST_SUB= TARGET="${CONFIGURE_TARGET}"
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
USES= makeinfo tar:tgz
|
USES+= makeinfo
|
||||||
INFO= gauche-gl-refe gauche-gl-refj
|
INFO= gauche-gl-refe gauche-gl-refj
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue