pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/magicpoint Xft2 option doesn't build without ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36840070cf7e
branches:  trunk
changeset: 522280:36840070cf7e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 06 16:37:27 2006 +0000

description:
Xft2 option doesn't build without Freetype@, so buildlink it and
bump revision.

diffstat:

 graphics/magicpoint/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 652c61e2ce70 -r 36840070cf7e graphics/magicpoint/Makefile
--- a/graphics/magicpoint/Makefile      Wed Dec 06 16:36:41 2006 +0000
+++ b/graphics/magicpoint/Makefile      Wed Dec 06 16:37:27 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2006/04/17 13:46:33 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2006/12/06 16:37:27 joerg Exp $
 
 DISTNAME=              magicpoint-1.10a
-PKGREVISION=           10
+PKGREVISION=           11
 #DISTNAME=             magicpoint-1.11b.tar.gz
 CATEGORIES=            x11 graphics
 MASTER_SITES=          ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ \
@@ -74,6 +74,10 @@
 .  endif
 .endfor
 
+.if !empty(PKG_OPTIONS:Mxft2)
+.include "../../graphics/freetype2/buildlink3.mk"
+.endif
+
 .include "../../graphics/libungif/buildlink3.mk"
 .include "../../graphics/mng/buildlink3.mk"
 .include "../../graphics/netpbm/buildlink3.mk"



Home | Main Index | Thread Index | Old Index