diff options
author | abs <abs> | 2009-05-18 22:18:42 +0000 |
---|---|---|
committer | abs <abs> | 2009-05-18 22:18:42 +0000 |
commit | 7c594f767b6da5fa87dff9a3290d389fbf3709ac (patch) | |
tree | 1993a9a7dbe5597c4ee95564786f13fe4101fffb /graphics/gd/Makefile | |
parent | 17f6a90199db0801ff5d83ccb0c50e205192de59 (diff) | |
download | pkgsrc-7c594f767b6da5fa87dff9a3290d389fbf3709ac.tar.gz |
PKG_DESTDIR_SUPPORT needs to be before .include "options.mk"
Diffstat (limited to 'graphics/gd/Makefile')
-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 |