diff options
author | Doug Barton <dougb@FreeBSD.org> | 2000-11-26 02:43:55 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2000-11-26 02:43:55 +0000 |
commit | e10d06c2d5c9598861543820b4e1f65d4fbb1b33 (patch) | |
tree | 80680f35c1671c2ee65e7e620c72f546f4a1c262 /x11-fonts/nucleus | |
parent | 5f4b1bcf6cd13595c7beeccf0fa93eade107b07e (diff) | |
download | ports-e10d06c2d5c9598861543820b4e1f65d4fbb1b33.tar.gz ports-e10d06c2d5c9598861543820b4e1f65d4fbb1b33.zip |
Notes
Diffstat (limited to 'x11-fonts/nucleus')
-rw-r--r-- | x11-fonts/nucleus/Makefile | 11 |
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> |