summaryrefslogtreecommitdiff
path: root/devel/SDL_ttf/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-06-16 11:50:47 +0000
committerwiz <wiz>2001-06-16 11:50:47 +0000
commit876cf4a0ccbb193b6fe0fdc0f0f6418031e07f2e (patch)
tree38b2bef2c17a01f40483d6d6d91d43bb1e758719 /devel/SDL_ttf/Makefile
parent8f1ee2e0b70bbbf8bb8a0060466e57be6d0f682f (diff)
downloadpkgsrc-876cf4a0ccbb193b6fe0fdc0f0f6418031e07f2e.tar.gz
Override internal libtool with USE_LIBTOOL and LTCONFIG_OVERRIDE.
Diffstat (limited to 'devel/SDL_ttf/Makefile')
-rw-r--r--devel/SDL_ttf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile
index ea5cb5d4be4..ea61b3b2168 100644
--- a/devel/SDL_ttf/Makefile
+++ b/devel/SDL_ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 12:46:28 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2001/06/16 11:50:47 wiz Exp $
#
DISTNAME= SDL_ttf-1.2.2
@@ -13,6 +13,8 @@ DEPENDS+= freetype-lib-*:../../graphics/freetype-lib
DEPENDS+= SDL>=1.0.1:../../devel/SDL
GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ENV+= CFLAGS="-DFREETYPE_HDR_DIRECTORY"