diff options
author | obrien <obrien@FreeBSD.org> | 1997-10-08 05:53:57 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-10-08 05:53:57 +0000 |
commit | 41005fce0ffab7cbf926c6e3425b97280799f010 (patch) | |
tree | a312c2d60259c70e951a266e8f2b9a85c1c57f20 /deskutils/ical | |
parent | 72a8b2c09f8a7075af99f03c40c0cd0fb8c840e6 (diff) | |
download | FreeBSD-ports-41005fce0ffab7cbf926c6e3425b97280799f010.zip FreeBSD-ports-41005fce0ffab7cbf926c6e3425b97280799f010.tar.gz |
Fix this to compile with tcl75/tk41 from ${PREFIX} vs. the base system.
Diffstat (limited to 'deskutils/ical')
-rw-r--r-- | deskutils/ical/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index 3559115..30eab01 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -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: |