From a83e418135d6969190e08f0c75de49d54f72e97e Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 18 May 2009 22:18:42 +0000 Subject: PKG_DESTDIR_SUPPORT needs to be before .include "options.mk" --- graphics/gd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/gd') diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 2f91f65f8ec..246330c162a 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2009/04/12 00:29:26 sno Exp $ +# $NetBSD: Makefile,v 1.79 2009/05/18 22:18:42 abs Exp $ DISTNAME= gd-2.0.35 PKGREVISION= 1 @@ -10,10 +10,10 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.libgd.org/ COMMENT= Graphics library for the dynamic creation of images -.include "options.mk" - PKG_DESTDIR_SUPPORT= user-destdir +.include "options.mk" + # fails in test not finding libgd.a MAKE_JOBS_SAFE= no -- cgit v1.2.3