Fix this to compile with tcl75/tk41 from ${PREFIX} vs. the base system.
This commit is contained in:
parent
9ed3192fd6
commit
cf17e3acee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8173
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: Mon Aug 28 13:35:31 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1997/04/20 13:19:31 wosch Exp $
|
||||
# $Id: Makefile,v 1.9 1997/05/01 21:50:14 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ical-2.1b2
|
||||
|
@ -15,9 +15,9 @@ MAINTAINER= erich@FreeBSD.org
|
|||
LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-tclsh=/usr/bin/tclsh \
|
||||
--with-tclconfig=/usr/libdata/tcl \
|
||||
--with-tkconfig=${PREFIX}/lib
|
||||
CONFIGURE_ARGS= --with-tclsh=${PREFIX}/bin/tclsh7.5 \
|
||||
--with-tclconfig=${PREFIX}/lib/tcl7.5 \
|
||||
--with-tkconfig=${PREFIX}/lib/tk4.1
|
||||
MAN1= ical.1
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue