diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-03-11 23:38:11 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-03-11 23:38:11 +0000 |
commit | 62d3b1c1fc5917881b5ddbd7e85367d9ee8f0523 (patch) | |
tree | 138a8c3c6b50724d0f2c54f9e0434141128f7521 /x11-fonts/XFree86-4-font75dpi/Makefile | |
parent | e0a1fb10504295a9d5314c4154261eb8d318f4a2 (diff) | |
download | ports-62d3b1c1fc5917881b5ddbd7e85367d9ee8f0523.tar.gz ports-62d3b1c1fc5917881b5ddbd7e85367d9ee8f0523.zip |
Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel
for being outdated. Thank you to all the testers and people who submitted
patches for this update.
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=77104
Diffstat (limited to 'x11-fonts/XFree86-4-font75dpi/Makefile')
-rw-r--r-- | x11-fonts/XFree86-4-font75dpi/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-fonts/XFree86-4-font75dpi/Makefile b/x11-fonts/XFree86-4-font75dpi/Makefile index 6655d28ef3f7..e31b5bafadff 100644 --- a/x11-fonts/XFree86-4-font75dpi/Makefile +++ b/x11-fonts/XFree86-4-font75dpi/Makefile @@ -6,24 +6,23 @@ # PORTNAME= font75dpi -PORTVERSION= 4.2.0 +PORTVERSION= 4.3.0 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- -DISTFILES= X${PORTVERSION:S/.//g}src-2.tgz +DISTFILES= X430src-4.tgz MAINTAINER= anholt@freebsd.org COMMENT= XFree86-4 bitmap 75 dpi fonts -BUILD_DEPENDS= ucs2any.pl:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 USE_IMAKE= YES PROJECTROOT= -DProjectRoot=${PREFIX} DIST_SUBDIR= xc -EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/fonts WRKSRC= ${WRKDIR}/xc/fonts/bdf/75dpi do-configure: |