diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-09-25 09:18:17 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-09-25 09:18:17 +0000 |
commit | 9a6b016b300911818c815eacf09ef0bdc862e237 (patch) | |
tree | c107c9d0929ddffbf4c9100ba4114800cd8ff80b /graphics/cal3d | |
parent | 172675148f815131cd9827f1bd525c52466d88ba (diff) | |
download | ports-9a6b016b300911818c815eacf09ef0bdc862e237.tar.gz ports-9a6b016b300911818c815eacf09ef0bdc862e237.zip |
Notes
Diffstat (limited to 'graphics/cal3d')
-rw-r--r-- | graphics/cal3d/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index 63f5f483b8b0..970af8772517 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/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 |