1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Unbreak: add a dependency to XFree86-4-clients for bdftopcf if

XFREE86_VERSION is 4.
This commit is contained in:
Pete Fritchman 2002-05-18 16:28:04 +00:00
parent 2098d96623
commit a8615f8714
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59434

View File

@ -14,7 +14,11 @@ MASTER_SITES= http://www.myrddin.demon.co.uk/dist/
MAINTAINER= dom@happygiraffe.net
BROKEN= "Does not build"
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
.endif
USE_X_PREFIX= true
@ -25,4 +29,4 @@ post-install:
.endif
@ ${CAT} ${DESCR}
.include <bsd.port.mk>
.include <bsd.port.post.mk>