summaryrefslogtreecommitdiff
path: root/fonts/xorg-fontsMisc/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-05-23 20:53:27 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-05-23 20:53:27 +0000
commit2f607065eafb420079a70dcad278b8c66eb2c6e1 (patch)
tree2a8ff463e14b007baa8a11263fb296c338331a3f /fonts/xorg-fontsMisc/Makefile
parent0f5bf5aab1fa215fa2bcce39b8cd97f41f6df10a (diff)
downloadpkgsrc-2f607065eafb420079a70dcad278b8c66eb2c6e1.tar.gz
* There's no need to use a distinfo file for every xorg-fonts*
package anymore, they are using the same distfile. * Apply patch from Joerg Sonnenberger to fix build/installation on DragonFlyBSD -current. This should fix PR pkg/30254 from Joerg.
Diffstat (limited to 'fonts/xorg-fontsMisc/Makefile')
-rw-r--r--fonts/xorg-fontsMisc/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/fonts/xorg-fontsMisc/Makefile b/fonts/xorg-fontsMisc/Makefile
index 12f5347e01d..722fa237f9c 100644
--- a/fonts/xorg-fontsMisc/Makefile
+++ b/fonts/xorg-fontsMisc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/03/30 20:40:31 hira Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/23 20:53:28 xtraeme Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fontsMisc-${XORG_VER}
@@ -9,14 +9,11 @@ MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.x.org/
COMMENT= X.org miscellaneous bitmap fonts
-BUILD_DEPENDS= xorg-clients>=${XORG_VER}:../../x11/xorg-clients
DEPENDS+= xorg-fontsEncodings>=${XORG_VER}:../../fonts/xorg-fontsEncodings
XBUILD_DIRS= fonts/encodings fonts/bdf/misc
XINSTALL_DIRS= fonts/bdf/misc
XEXTRACTS= ${XBUILD_DIRS} extras/fonts
-FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files
-
-.include "../../meta-pkgs/xorg/Makefile.common"
+.include "../../fonts/xorg-fontsEncodings/Makefile.common"
.include "../../mk/bsd.pkg.mk"