diff options
author | reed <reed@pkgsrc.org> | 2004-10-19 15:55:26 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-10-19 15:55:26 +0000 |
commit | f388308176f9c4611d7c8993b5935a3bd5d90860 (patch) | |
tree | 2350016401920afcac9f1b13dc9dc305cbf7c914 /fonts/XFree86-fonts75dpi | |
parent | 2ff1960657efc5e83a52a82fe9f9486d6a2ff070 (diff) | |
download | pkgsrc-f388308176f9c4611d7c8993b5935a3bd5d90860.tar.gz |
XFree86-clients is not required at run-time for these packages.
But it is needed to build.
So use BUILD_DEPENDS instead of DEPENDS.
(This is the way the xorg-fonts* packages do it.)
Also bump PKGREVISIONs for these.
(Okayed by maintainer, Juan RP.)
Diffstat (limited to 'fonts/XFree86-fonts75dpi')
-rw-r--r-- | fonts/XFree86-fonts75dpi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/XFree86-fonts75dpi/Makefile b/fonts/XFree86-fonts75dpi/Makefile index f04295e2237..428decb7522 100644 --- a/fonts/XFree86-fonts75dpi/Makefile +++ b/fonts/XFree86-fonts75dpi/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/07/31 02:28:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/10/19 15:55:26 reed Exp $ DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fonts75dpi-${XF_VER} +PKGREVISION= 1 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XFREE} EXTRACT_SUFX= .tgz |