1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

add missing dependencies with XFree86-4.

This commit is contained in:
FUJISHIMA Satsuki 2001-01-13 21:41:41 +00:00
parent 333433d9d9
commit 879702a47e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37171
2 changed files with 16 additions and 2 deletions

View File

@ -22,6 +22,13 @@ PATCHFILES= nh-3.2.2-3.2.3.diff \
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_GTK= yes
USE_GMAKE= yes
@ -47,4 +54,4 @@ post-install:
${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -22,6 +22,13 @@ PATCHFILES= nh-3.2.2-3.2.3.diff \
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_GTK= yes
USE_GMAKE= yes
@ -47,4 +54,4 @@ post-install:
${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>