diff options
author | dougb <dougb@FreeBSD.org> | 2000-11-26 10:43:55 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2000-11-26 10:43:55 +0800 |
commit | 6b2bdf35d904cf65ff613eb23505b99eca3347f5 (patch) | |
tree | 6316147352fc10b607df0e1d15130354f3a7c607 /x11-fonts | |
parent | 3695556cfa592e73491a945c0e9ecb362084f70a (diff) | |
download | freebsd-ports-gnome-6b2bdf35d904cf65ff613eb23505b99eca3347f5.tar.gz freebsd-ports-gnome-6b2bdf35d904cf65ff613eb23505b99eca3347f5.tar.zst freebsd-ports-gnome-6b2bdf35d904cf65ff613eb23505b99eca3347f5.zip |
Maintainer update to better handle X 4
PR: ports/22844
Submitted by: Jimmy Olgeni <olgeni@uli.it>
Diffstat (limited to 'x11-fonts')
-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> |