aboutsummaryrefslogtreecommitdiff
path: root/graphics/cal3d
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-02 22:11:58 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-02 22:11:58 +0000
commit6fdb3b019655c29c6011bcc456cb45b16621b840 (patch)
treec55f94de8032fc613ad2e3b8b489a90fa3745263 /graphics/cal3d
parent20e59bae9d6dd03dade812622213b37a9d71d0a9 (diff)
downloadports-6fdb3b019655c29c6011bcc456cb45b16621b840.tar.gz
ports-6fdb3b019655c29c6011bcc456cb45b16621b840.zip
Notes
Diffstat (limited to 'graphics/cal3d')
-rw-r--r--graphics/cal3d/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile
index ce98c76ecf93..36ec4688246f 100644
--- a/graphics/cal3d/Makefile
+++ b/graphics/cal3d/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cal3d
PORTVERSION= 0.10.0
+PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,6 +19,7 @@ COMMENT= Skeletal based 3d character animation library written in C++
CONFLICTS= cal3d-devel-[0-9]*
USE_BZIP2= yes
+USE_REINPLACE= yes
USE_GNOME= pkgconfig
USE_AUTOTOOLS= automake:19 autoheader:259 libtool:15:inc
AUTOMAKE_ARGS= "--add-missing"
@@ -26,6 +28,9 @@ CONFIGURE_ARGS+= --disable-static
.include <bsd.port.pre.mk>
+post-patch:
+ @${REINPLACE_CMD} -e '/^all_libraries/d' ${WRKSRC}/src/cal3d/Makefile.am
+
pre-configure:
cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
cd ${WRKSRC} && ${AUTOHEADER}