summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-11 08:52:57 +0000
committerjlam <jlam>2002-09-11 08:52:57 +0000
commitfd63ca86ad31d41c02624bf11723b3dc5bd445b6 (patch)
treee8bb2fa507ad23c7b83476ab8c3735805d28d842 /graphics/freetype-lib
parent425f132ecf10e06ea8fccd3d99419048338d53d5 (diff)
downloadpkgsrc-fd63ca86ad31d41c02624bf11723b3dc5bd445b6.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