diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /deskutils/ical | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Notes
Diffstat (limited to 'deskutils/ical')
-rw-r--r-- | deskutils/ical/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index 569842d478de..32bf8267da5e 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: ical # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com @@ -17,7 +16,7 @@ MASTER_SITES= ftp://ftp.sco.com/skunkware/src/shellutil/ \ MAINTAINER= obrien@FreeBSD.org -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.2 \ |