diff options
author | anholt <anholt@FreeBSD.org> | 2002-08-02 02:57:26 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2002-08-02 02:57:26 +0000 |
commit | 238800182b0596eaaa43ccaf4c2704738716e829 (patch) | |
tree | 832121fa5e9aa6be2b02e9c74fd647d95ebc1b5c /x11-fonts | |
parent | d287fa67317f645c00b0e4c61c3f208ee82dfa35 (diff) | |
download | FreeBSD-ports-238800182b0596eaaa43ccaf4c2704738716e829.zip FreeBSD-ports-238800182b0596eaaa43ccaf4c2704738716e829.tar.gz |
gzip Wraphelp.c and put it in local_distfiles, to help users having troubles
downloading it. Move freebsd-glide3headers there too. Update BUILD_DEPENDS
for font ports to catch new requirements as of 4.2.0.
PR: 40362, 40759
Approved by: des (mentor)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/XFree86-4-font100dpi/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/XFree86-4-font75dpi/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/XFree86-4-fontScalable/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/XFree86-4-font100dpi/Makefile b/x11-fonts/XFree86-4-font100dpi/Makefile index 3a57b6a..e994da3 100644 --- a/x11-fonts/XFree86-4-font100dpi/Makefile +++ b/x11-fonts/XFree86-4-font100dpi/Makefile @@ -15,7 +15,7 @@ DISTFILES= X${PORTVERSION:S/.//g}src-2.tgz MAINTAINER= anholt@freebsd.org -BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS= ucs2any.pl:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 diff --git a/x11-fonts/XFree86-4-font75dpi/Makefile b/x11-fonts/XFree86-4-font75dpi/Makefile index 28f7366..935b312 100644 --- a/x11-fonts/XFree86-4-font75dpi/Makefile +++ b/x11-fonts/XFree86-4-font75dpi/Makefile @@ -15,7 +15,7 @@ DISTFILES= X${PORTVERSION:S/.//g}src-2.tgz MAINTAINER= anholt@freebsd.org -BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS= ucs2any.pl:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 diff --git a/x11-fonts/XFree86-4-fontScalable/Makefile b/x11-fonts/XFree86-4-fontScalable/Makefile index c0efb5b..1daedb5 100644 --- a/x11-fonts/XFree86-4-fontScalable/Makefile +++ b/x11-fonts/XFree86-4-fontScalable/Makefile @@ -15,7 +15,7 @@ DISTFILES= X${PORTVERSION:S/.//g}src-2.tgz MAINTAINER= anholt@freebsd.org -BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS= ucs2any.pl:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 |