mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
add missing dependencies with XFree86-4.
This commit is contained in:
parent
333433d9d9
commit
879702a47e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37171
@ -22,6 +22,13 @@ PATCHFILES= nh-3.2.2-3.2.3.diff \
|
|||||||
|
|
||||||
MAINTAINER= sf@FreeBSD.org
|
MAINTAINER= sf@FreeBSD.org
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${XFREE86_VERSION} == 4
|
||||||
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
||||||
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
||||||
|
.endif
|
||||||
|
|
||||||
USE_XPM= yes
|
USE_XPM= yes
|
||||||
USE_GTK= yes
|
USE_GTK= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
@ -47,4 +54,4 @@ post-install:
|
|||||||
${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
|
${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
@ -22,6 +22,13 @@ PATCHFILES= nh-3.2.2-3.2.3.diff \
|
|||||||
|
|
||||||
MAINTAINER= sf@FreeBSD.org
|
MAINTAINER= sf@FreeBSD.org
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${XFREE86_VERSION} == 4
|
||||||
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
||||||
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
||||||
|
.endif
|
||||||
|
|
||||||
USE_XPM= yes
|
USE_XPM= yes
|
||||||
USE_GTK= yes
|
USE_GTK= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
@ -47,4 +54,4 @@ post-install:
|
|||||||
${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
|
${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user