diff options
Diffstat (limited to 'graphics/cal3d-devel/Makefile')
-rw-r--r-- | graphics/cal3d-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/cal3d-devel/Makefile b/graphics/cal3d-devel/Makefile index 63f5f483b8b0..970af8772517 100644 --- a/graphics/cal3d-devel/Makefile +++ b/graphics/cal3d-devel/Makefile @@ -23,11 +23,10 @@ USE_AUTOHEADER_VER= 259 USE_INC_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --disable-static -PATCH_DEPENDS+= ${AUTOMAKE_DEPENDS} .include <bsd.port.pre.mk> -post-patch: +pre-configure: cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal cd ${WRKSRC} && ${AUTOHEADER} cd ${WRKSRC} && ${LIBTOOLIZE} --automake --force |