diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /graphics/cal3d | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'graphics/cal3d')
-rw-r--r-- | graphics/cal3d/Makefile | 3 | ||||
-rw-r--r-- | graphics/cal3d/Makefile.common | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index 7fd5b66d07e..d6d9c4b3c78 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:49 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:00 tv Exp $ # PKGNAME= cal3d-${CAL3D_VERSION} @@ -8,7 +8,6 @@ PKGREVISION= 1 COMMENT= Skeletal based 3d character animation library in C++ -USE_BUILDLINK3= yes pre-configure: cd ${WRKSRC} && ./autogen.sh diff --git a/graphics/cal3d/Makefile.common b/graphics/cal3d/Makefile.common index ae3d47b7f1f..d89a5e495da 100644 --- a/graphics/cal3d/Makefile.common +++ b/graphics/cal3d/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/09/04 23:40:43 wiz Exp $ +# $NetBSD: Makefile.common,v 1.5 2005/04/11 21:46:00 tv Exp $ # DISTNAME= cal3d-${CAL3D_VERSION} @@ -12,7 +12,6 @@ HOMEPAGE= http://cal3d.sourceforge.net/ COMMENT= Skeletal based 3d character animation library in C++ EXTRACT_SUFX= .tar.bz2 -USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes #AUTOMAKE_OVERRIDE= NO |