diff options
author | reed <reed> | 2004-10-19 15:55:26 +0000 |
---|---|---|
committer | reed <reed> | 2004-10-19 15:55:26 +0000 |
commit | 36b8ba849e90f29f0280afe745057d726fe398eb (patch) | |
tree | 2350016401920afcac9f1b13dc9dc305cbf7c914 /fonts/XFree86-fonts75dpi | |
parent | 874b30868a8ef24095a2e73792a2426f7a638c75 (diff) | |
download | pkgsrc-36b8ba849e90f29f0280afe745057d726fe398eb.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 |