summaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorabs <abs>2009-05-18 22:18:42 +0000
committerabs <abs>2009-05-18 22:18:42 +0000
commita83e418135d6969190e08f0c75de49d54f72e97e (patch)
tree1993a9a7dbe5597c4ee95564786f13fe4101fffb /graphics/gd
parent0eba831e6f12554411c83690a2981f03fbe4380b (diff)
downloadpkgsrc-a83e418135d6969190e08f0c75de49d54f72e97e.tar.gz
PKG_DESTDIR_SUPPORT needs to be before .include "options.mk"
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/Makefile6
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