summaryrefslogtreecommitdiff
path: root/graphics/freetype-utils
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-28 03:16:44 +0000
committerjlam <jlam@pkgsrc.org>2001-05-28 03:16:44 +0000
commit88a22cb3bd2db4a8e51c4e641fb86ba1c1731935 (patch)
tree07c9bdf563cdcfb327f1d71d8c98291012cb6f98 /graphics/freetype-utils
parent3fff6740099b41fd034717298e0d8e385d9ead9c (diff)
downloadpkgsrc-88a22cb3bd2db4a8e51c4e641fb86ba1c1731935.tar.gz
Rework build to use buildlink.mk files so that it won't pick up installed
headers and libraries during a "make build".
Diffstat (limited to 'graphics/freetype-utils')
-rw-r--r--graphics/freetype-utils/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/freetype-utils/Makefile b/graphics/freetype-utils/Makefile
index c1c101855d6..b7b45bf05d6 100644
--- a/graphics/freetype-utils/Makefile
+++ b/graphics/freetype-utils/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/05/28 03:16:44 jlam Exp $
PKGNAME= freetype-utils-${FT_VERS}
COMMENT= Utilities for manipulating TrueType fonts
-DEPENDS+= freetype-lib-${FT_VERS}:../../graphics/freetype-lib
+FREETYPE_REQD= ${FT_VERS}
USE_X11= # defined
CONFIGURE_ARGS+= --with-x
@@ -12,7 +12,5 @@ CONFIGURE_ARGS+= --with-x
ALL_TARGET= tttest
INSTALL_TARGET= install-tttest
-pre-build:
- ${TOUCH} ${WRKSRC}/lib/libttf.la
-
+.include "../../graphics/freetype-lib/buildlink.mk"
.include "../../graphics/freetype-lib/Makefile.common"