aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts')
-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>