summaryrefslogtreecommitdiff
path: root/devel/SDL_ttf/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-06-25 22:47:18 +0000
committerzuntum <zuntum>2001-06-25 22:47:18 +0000
commit2f08e5ead6794a0e6f08e888419edfab4e567b4f (patch)
tree4d3b31575bda731f360e85ea50fb1d93f4219ec0 /devel/SDL_ttf/Makefile
parent86728953ae84e01a48a449435baa596b94af96bf (diff)
downloadpkgsrc-2f08e5ead6794a0e6f08e888419edfab4e567b4f.tar.gz
o get freetype-lib dependency via its buildlink.mk
Diffstat (limited to 'devel/SDL_ttf/Makefile')
-rw-r--r--devel/SDL_ttf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile
index ea61b3b2168..937793a63f7 100644
--- a/devel/SDL_ttf/Makefile
+++ b/devel/SDL_ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/06/16 11:50:47 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/06/25 22:47:18 zuntum Exp $
#
DISTNAME= SDL_ttf-1.2.2
@@ -9,7 +9,6 @@ MAINTAINER= zuntum@netbsd.org
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
COMMENT= use TrueType fonts in your SDL applications
-DEPENDS+= freetype-lib-*:../../graphics/freetype-lib
DEPENDS+= SDL>=1.0.1:../../devel/SDL
GNU_CONFIGURE= YES
@@ -18,4 +17,5 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ENV+= CFLAGS="-DFREETYPE_HDR_DIRECTORY"
+.include "../../graphics/freetype-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"