summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontforge/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile
index 0ca33df15bb..c38cee01c1c 100644
--- a/fonts/fontforge/Makefile
+++ b/fonts/fontforge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2008/02/02 09:46:49 dsainty Exp $
+# $NetBSD: Makefile,v 1.42 2008/02/25 18:34:59 tnn Exp $
DISTNAME= fontforge_full-${VERSION}
PKGNAME= fontforge-${VERSION}
@@ -13,6 +13,8 @@ COMMENT= Postscript font editor
VERSION= 20080109
+PKG_DESTDIR_SUPPORT= user-destdir
+
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
USE_LIBTOOL= yes
@@ -22,6 +24,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-freetype-src
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+# checks for X11/Intrinsic.h
+BUILDLINK_DEPMETHOD.libXt?= build
+.include "../../x11/libXt/buildlink3.mk"
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"