diff options
author | joerg <joerg> | 2007-09-21 16:56:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-09-21 16:56:19 +0000 |
commit | 2ebe58d3f108c70064f81a8f3aab814e0d027b22 (patch) | |
tree | 7826bb1bfa8077e423a73e055fb54e89b53d53ea /graphics | |
parent | e56af0cd5033c0e26bef30b2ac0a782c3fafad1f (diff) | |
download | pkgsrc-2ebe58d3f108c70064f81a8f3aab814e0d027b22.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index fe80de6db55..6c16dca1ecb 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2007/07/01 07:54:25 adam Exp $ +# $NetBSD: Makefile,v 1.75 2007/09/21 16:56:19 joerg Exp $ DISTNAME= gd-2.0.35 CATEGORIES= graphics @@ -9,6 +9,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.libgd.org/ COMMENT= Graphics library for the dynamic creation of images +PKG_DESTDIR_SUPPORT= user-destdir + # fails in test not finding libgd.a MAKE_JOBS_SAFE= no |