summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-11 08:52:57 +0000
committerjlam <jlam@pkgsrc.org>2002-09-11 08:52:57 +0000
commitd756b84f47fb730a46963016133056df46730628 (patch)
treee8bb2fa507ad23c7b83476ab8c3735805d28d842 /graphics/freetype-lib
parent4864dbf9620ee4c7794daf32b7fac5c002ccf6f7 (diff)
downloadpkgsrc-d756b84f47fb730a46963016133056df46730628.tar.gz
Move USE_BUILDLINK2 definition into the common Makefile as we need to
include buildlink2.mk files from there.
Diffstat (limited to 'graphics/freetype-lib')
-rw-r--r--graphics/freetype-lib/Makefile11
-rw-r--r--graphics/freetype-lib/Makefile.common3
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/freetype-lib/Makefile b/graphics/freetype-lib/Makefile
index 8423cd65168..172d5a774c8 100644
--- a/graphics/freetype-lib/Makefile
+++ b/graphics/freetype-lib/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2002/08/25 18:38:59 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2002/09/11 08:52:57 jlam Exp $
-PKGNAME= freetype-lib-${FT_VERS}
-COMMENT= TrueType font rendering engine and library API
+.include "Makefile.common"
-USE_BUILDLINK2= # defined
-CONFIGURE_ARGS+= --without-x
+PKGNAME= freetype-lib-${FT_VERS}
+COMMENT= TrueType font rendering engine and library API
-.include "Makefile.common"
+CONFIGURE_ARGS+= --without-x
ALL_TARGET= ttlib ttpo
INSTALL_TARGET= install-ttlib install-ttpo
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common
index 34a53bc5f73..12d3aaaeab9 100644
--- a/graphics/freetype-lib/Makefile.common
+++ b/graphics/freetype-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2002/08/25 18:38:59 jlam Exp $
+# $NetBSD: Makefile.common,v 1.21 2002/09/11 08:52:57 jlam Exp $
DISTNAME= freetype-${FT_VERS}
FT_VERS= 1.3.1
@@ -14,6 +14,7 @@ CONFLICTS= freetype-1.[12]*
BUILD_USES_MSGFMT= # defined
+USE_BUILDLINK2= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig