Maintainer update to better handle X 4

PR:		ports/22844
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
This commit is contained in:
Doug Barton 2000-11-26 02:43:55 +00:00
parent 5f4b1bcf6c
commit e10d06c2d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35424

View File

@ -6,7 +6,8 @@
#
PORTNAME= nucleus
PORTVERSION= 0.77
PORTVERSION= 0.77
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://dreamer.nitro.dk/linux/lfp/
@ -15,7 +16,13 @@ MAINTAINER= olgeni@uli.it
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
.endif
post-install:
@${CAT} ${DESCR}
.include <bsd.port.mk>
.include <bsd.port.post.mk>