The full list of changes: http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html Thanks to joerg@ and reed@ for testing on DragonFlyBSD. Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386.
14 lines
438 B
Text
14 lines
438 B
Text
# $NetBSD: Makefile.common,v 1.3 2006/01/18 23:53:05 xtraeme Exp $
|
|
|
|
.ifndef XORG_FONTSENCODINGS_COMMON
|
|
XORG_FONTSENCODINGS_COMMON= defined
|
|
|
|
BUILD_DEPENDS+= xorg-clients>=${XORG_VER}:../../x11/xorg-clients
|
|
|
|
FILESDIR= ${PKGSRCDIR}/fonts/xorg-fontsEncodings/files
|
|
PATCHDIR= ${PKGSRCDIR}/fonts/xorg-fontsEncodings/patches
|
|
DISTINFO_FILE= ${PKGSRCDIR}/fonts/xorg-fontsEncodings/distinfo
|
|
|
|
.include "../../meta-pkgs/xorg/Makefile.common"
|
|
|
|
.endif
|