summaryrefslogtreecommitdiff
path: root/graphics/apla
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-08-19 08:32:40 +0000
committerzuntum <zuntum>2001-08-19 08:32:40 +0000
commit823a1449477af3a6748123dfb1339e16796d1448 (patch)
tree592fb6818c679e3bb2ea50d41d2359b9e207a7b4 /graphics/apla
parent6ef37769e51d6d9a6f81c441d6b96fa2d4026ab8 (diff)
downloadpkgsrc-823a1449477af3a6748123dfb1339e16796d1448.tar.gz
XFree86 4.x has freetype2 built-in, but it doesn't have freetype-config script
that exists in 3.3.6. There's a workaround for this in freetype2 package that creates freetype-config script in ${BUILDLINK_DIR}/bin so the packages can find it, but this doesn't work when package that wants to use freetype-config doesn't .include freetype's buildlink.mk directly, but pulls in freetype2 dependency by including the buildlink of another package (which depends on freetype2).
Diffstat (limited to 'graphics/apla')
-rw-r--r--graphics/apla/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/apla/Makefile b/graphics/apla/Makefile
index 1b2ee61c11e..455e3685322 100644
--- a/graphics/apla/Makefile
+++ b/graphics/apla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/08/17 21:16:52 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2001/08/19 08:32:40 zuntum Exp $
#
DISTNAME= apla-1.0.3
@@ -16,5 +16,6 @@ do-install:
.include "../../graphics/avifile-devel/buildlink.mk"
.include "../../devel/SDL_ttf/buildlink.mk"
+.include "../../graphics/freetype2/buildlink.mk"
.include "../../converters/libiconv/buildlink.mk"
.include "../../mk/bsd.pkg.mk"