diff options
author | joerg <joerg> | 2007-02-15 14:58:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-15 14:58:19 +0000 |
commit | 4a06afc49b178d4240d8a0a6fb890eec6e45f3f9 (patch) | |
tree | 420dde1256bf14951c892c68e4764ab127cd0134 /graphics/lib3ds | |
parent | bacd95d61710a9d33e01698cddafdae606d07618 (diff) | |
download | pkgsrc-4a06afc49b178d4240d8a0a6fb890eec6e45f3f9.tar.gz |
Modular Xorg support.
Diffstat (limited to 'graphics/lib3ds')
-rw-r--r-- | graphics/lib3ds/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile index bd1c0f23e5f..9de4324ec34 100644 --- a/graphics/lib3ds/Makefile +++ b/graphics/lib3ds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/11 14:47:06 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/15 14:58:21 joerg Exp $ # DISTNAME= lib3ds-1.2.0 @@ -14,11 +14,9 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS= autoconf automake -.include "../../graphics/Mesa/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" - pre-configure: cd ${WRKSRC} && libtoolize --force cd ${WRKSRC} && autoreconf -i --force +.include "../../graphics/Mesa/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |