mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Don't use the libs.tcl from the distribution; let it get dynamically
generated instead. Fixes tcl library mismatch warning.
This commit is contained in:
parent
246222aa87
commit
0529163026
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8289
@ -3,7 +3,7 @@
|
||||
# Date created: 5 September 1996
|
||||
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1997/04/20 13:19:25 wosch Exp $
|
||||
# $Id: Makefile,v 1.5 1997/09/11 03:54:57 fenner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sdr.V2.3a1
|
||||
@ -20,4 +20,9 @@ NO_WRKSUBDIR= yes
|
||||
USE_GMAKE= yes
|
||||
USE_X11= yes
|
||||
|
||||
# src/libs.tcl is autogenerated from the tcl/tk installed on the
|
||||
# build system, so we shouldn't use the one in the distribution.
|
||||
post-extract:
|
||||
-@rm ${WRKSRC}/src/libs.tcl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 5 September 1996
|
||||
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1997/04/20 13:19:25 wosch Exp $
|
||||
# $Id: Makefile,v 1.5 1997/09/11 03:54:57 fenner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sdr.V2.3a1
|
||||
@ -20,4 +20,9 @@ NO_WRKSUBDIR= yes
|
||||
USE_GMAKE= yes
|
||||
USE_X11= yes
|
||||
|
||||
# src/libs.tcl is autogenerated from the tcl/tk installed on the
|
||||
# build system, so we shouldn't use the one in the distribution.
|
||||
post-extract:
|
||||
-@rm ${WRKSRC}/src/libs.tcl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user