diff options
author | abs <abs@pkgsrc.org> | 2009-05-18 22:18:42 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-05-18 22:18:42 +0000 |
commit | 938b23166b4c9a7c898535af72561d524a2f2585 (patch) | |
tree | 1993a9a7dbe5597c4ee95564786f13fe4101fffb /graphics | |
parent | ebffdf12b643afb9c335392ae11c5b464380e576 (diff) | |
download | pkgsrc-938b23166b4c9a7c898535af72561d524a2f2585.tar.gz |
PKG_DESTDIR_SUPPORT needs to be before .include "options.mk"
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |