summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib
diff options
context:
space:
mode:
authorhubertf <hubertf>2004-04-19 23:08:55 +0000
committerhubertf <hubertf>2004-04-19 23:08:55 +0000
commit5fc57f88e99b92510f8bc6ae08c3072cd8f06447 (patch)
tree2a8e9befddeb754925949c7b8727bba7d4ff878d /graphics/freetype-lib
parent728badc511844d7915630b4b719d368e1d8c3d15 (diff)
downloadpkgsrc-5fc57f88e99b92510f8bc6ae08c3072cd8f06447.tar.gz
Make this file usable outside of pkgsrc/graphics.
Diffstat (limited to 'graphics/freetype-lib')
-rw-r--r--graphics/freetype-lib/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common
index 5a5363f760e..bb31bffff66 100644
--- a/graphics/freetype-lib/Makefile.common
+++ b/graphics/freetype-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2004/03/23 04:41:00 jlam Exp $
+# $NetBSD: Makefile.common,v 1.26 2004/04/19 23:08:55 hubertf Exp $
DISTNAME= freetype-${FT_VERS}
FT_VERS= 1.3.1
@@ -24,7 +24,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-locale-dir=${PREFIX}/${PKGLOCALEDIR}/locale
-DISTINFO_FILE= ${.CURDIR}/../freetype-lib/distinfo
-PATCHDIR= ${.CURDIR}/../freetype-lib/patches
+DISTINFO_FILE= ${.CURDIR}/../../graphics/freetype-lib/distinfo
+PATCHDIR= ${.CURDIR}/../../graphics/freetype-lib/patches
.include "../../devel/gettext-lib/buildlink3.mk"