1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Try to fix the reported build problems

PR:             122416
Inspired by:    a patch by Max Brazhnikov for kmatrix3d
This commit is contained in:
Tilman Keskinoz 2008-08-01 13:58:07 +00:00
parent 602e727aa6
commit 15e3a164a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217923

View File

@ -22,9 +22,10 @@ USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:261:env automake:19:env libtool:15:env
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_PERL5_BUILD=yes
pre-configure:
@cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} .
@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
@cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} -f admin/Makefile.common
.include <bsd.port.mk>