summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2000-05-01 21:53:33 +0000
committerjlam <jlam>2000-05-01 21:53:33 +0000
commitca607cc9f64ecfb27c37c0ca30ba7b446f214095 (patch)
treea3b7b48377e77a386eae19041599147f40461b42
parenta0f899a2135295e37ae58babd441451fb9357b58 (diff)
downloadpkgsrc-ca607cc9f64ecfb27c37c0ca30ba7b446f214095.tar.gz
Move gettext dependency from Makefile to Makefile.common
-rw-r--r--graphics/freetype-lib/Makefile4
-rw-r--r--graphics/freetype-lib/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/freetype-lib/Makefile b/graphics/freetype-lib/Makefile
index b84298592e6..ea097e14620 100644
--- a/graphics/freetype-lib/Makefile
+++ b/graphics/freetype-lib/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/05/01 06:02:23 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2000/05/01 21:53:33 jlam Exp $
PKGNAME= freetype-lib-${FT_VERS}
-DEPENDS+= gettext-0.10.*:../../devel/gettext
-
CONFIGURE_ARGS+= --without-x
ALL_TARGET= ttlib ttpo
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common
index 652e1748bc6..2934a7e5f78 100644
--- a/graphics/freetype-lib/Makefile.common
+++ b/graphics/freetype-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2000/05/01 06:02:24 jlam Exp $
+# $NetBSD: Makefile.common,v 1.2 2000/05/01 21:53:33 jlam Exp $
DISTNAME= freetype-${FT_VERS}
FT_VERS= 1.2
@@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.freetype.org/pub/freetype/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.freetype.org/
+DEPENDS+= gettext-0.10.*:../../devel/gettext
+
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig