diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-08 05:53:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-08 05:53:57 +0000 |
commit | cf17e3acee67606cc8f62bc559cbde5ee69507b2 (patch) | |
tree | 601fd73ec8c59eb450a529752567400b56506ef4 /deskutils | |
parent | 9ed3192fd68525a787323ac8478b5956c325c819 (diff) | |
download | ports-cf17e3acee67606cc8f62bc559cbde5ee69507b2.tar.gz ports-cf17e3acee67606cc8f62bc559cbde5ee69507b2.zip |
Notes
Diffstat (limited to 'deskutils')
-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 355911530dea..30eab0124600 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: |