From 3b65bde2f7e4aec38e1ead305f6094960fd84a31 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 29 Jun 2001 04:54:49 +0000 Subject: USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined, so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files. --- devel/SDL_ttf/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'devel/SDL_ttf') diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile index 32cdf96a6ac..a1dde358d96 100644 --- a/devel/SDL_ttf/Makefile +++ b/devel/SDL_ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/06/26 21:42:52 zuntum Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/29 04:54:51 jlam Exp $ # DISTNAME= SDL_ttf-2.0.3 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/ COMMENT= use TrueType fonts in your SDL applications USE_BUILDLINK_ONLY= YES -USE_CONFIG_WRAPPER= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -- cgit v1.2.3