diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
commit | f4b67f8cf92b87be8820941acfe5325388979728 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /fonts | |
parent | f75852c923fa8dd9051b85b0db6570988901503b (diff) | |
download | pkgsrc-f4b67f8cf92b87be8820941acfe5325388979728.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/XFree86-fontsScalable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/XFree86-fontsScalable/Makefile b/fonts/XFree86-fontsScalable/Makefile index b3d15d24f3d..07f233d3db7 100644 --- a/fonts/XFree86-fontsScalable/Makefile +++ b/fonts/XFree86-fontsScalable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:47 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/19 10:18:31 grant Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-fontsScalable-${XF_VER} @@ -10,7 +10,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.xfree86.org/ COMMENT= XFree86 scalable fonts -DEPENDS+= XFree86-fontsEncodings>=${XF_VER}:../XFree86-fontsEncodings +DEPENDS+= XFree86-fontsEncodings>=${XF_VER}:../../fonts/XFree86-fontsEncodings NO_BUILD= yes USE_LANGUAGES= # empty |