diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | 5496dcf9414fe693522f2f63a518a178a855c0ae (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /graphics/lib3ds | |
parent | b0f52890c8cac20f1dad6d4dfe06741759412173 (diff) | |
download | pkgsrc-5496dcf9414fe693522f2f63a518a178a855c0ae.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'graphics/lib3ds')
-rw-r--r-- | graphics/lib3ds/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile index 9de4324ec34..3eef310075a 100644 --- a/graphics/lib3ds/Makefile +++ b/graphics/lib3ds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/02/15 14:58:21 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/07/14 12:56:05 joerg Exp $ # DISTNAME= lib3ds-1.2.0 @@ -10,6 +10,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://lib3ds.sourceforge.net/ COMMENT= 3D Studio File Format Library +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS= autoconf automake |