From f139b2ec558e9a7e276e2cb33474aee67b5555d5 Mon Sep 17 00:00:00 2001 From: tnn Date: Mon, 25 Feb 2008 18:34:59 +0000 Subject: - Add build dependency on libXt so configure finds X11/Intrinsic.h - Supports installation to DESTDIR --- fonts/fontforge/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'fonts') 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" -- cgit v1.2.3