summaryrefslogtreecommitdiff
path: root/x11-fonts/nucleus
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2000-11-26 02:43:55 +0000
committerDoug Barton <dougb@FreeBSD.org>2000-11-26 02:43:55 +0000
commite10d06c2d5c9598861543820b4e1f65d4fbb1b33 (patch)
tree80680f35c1671c2ee65e7e620c72f546f4a1c262 /x11-fonts/nucleus
parentMaintainer upgrade to 1.0.6. (diff)
Maintainer update to better handle X 4
PR: ports/22844 Submitted by: Jimmy Olgeni <olgeni@uli.it>
Notes
Notes: svn path=/head/; revision=35424
Diffstat (limited to 'x11-fonts/nucleus')
-rw-r--r--x11-fonts/nucleus/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/x11-fonts/nucleus/Makefile b/x11-fonts/nucleus/Makefile
index 33eb31b6d3a3..bc21822bb8ad 100644
--- a/x11-fonts/nucleus/Makefile
+++ b/x11-fonts/nucleus/Makefile
@@ -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>