summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-09 03:37:00 +0000
committerjlam <jlam>2001-09-09 03:37:00 +0000
commitd9ac3b894e82a99d71b58d03fad308f718f90217 (patch)
tree427da705764703a94f712bb0e321236c7353bd17 /graphics/freetype-lib
parentc4a0ff39222fbd3481d97af0bc5ba9ce5704c4aa (diff)
downloadpkgsrc-d9ac3b894e82a99d71b58d03fad308f718f90217.tar.gz
Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
Diffstat (limited to 'graphics/freetype-lib')
-rw-r--r--graphics/freetype-lib/Makefile6
-rw-r--r--graphics/freetype-lib/Makefile.common3
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/freetype-lib/Makefile b/graphics/freetype-lib/Makefile
index d14e256df8f..d6c071e82af 100644
--- a/graphics/freetype-lib/Makefile
+++ b/graphics/freetype-lib/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2001/05/28 03:16:44 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/09 03:37:00 jlam Exp $
PKGNAME= freetype-lib-${FT_VERS}
-
COMMENT= TrueType font rendering engine and library API
CONFIGURE_ARGS+= --without-x
+USE_BUILDLINK_ONLY= # defined
ALL_TARGET= ttlib ttpo
INSTALL_TARGET= install-ttlib install-ttpo
-.include "../../graphics/freetype-lib/Makefile.common"
+.include "Makefile.common"
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common
index e002e8db6fb..21383490d57 100644
--- a/graphics/freetype-lib/Makefile.common
+++ b/graphics/freetype-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2001/06/25 20:03:54 jlam Exp $
+# $NetBSD: Makefile.common,v 1.18 2001/09/09 03:37:00 jlam Exp $
DISTNAME= freetype-${FT_VERS}
FT_VERS= 1.3.1
@@ -12,7 +12,6 @@ HOMEPAGE= http://www.freetype.org/
CONFLICTS= freetype-1.[12]*
-USE_BUILDLINK_ONLY= # defined
BUILD_USES_MSGFMT= # defined
USE_LIBTOOL= # defined