diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
commit | 41637d44471fe46421e251069fa3e5873a8f2846 (patch) | |
tree | 914722e7969fd12c2bcc70916125e14bf86fabc9 /deskutils/ical | |
parent | 9ba3a62b82107ba1583f9c6b0be33dd35f65819a (diff) | |
download | ports-41637d44471fe46421e251069fa3e5873a8f2846.tar.gz ports-41637d44471fe46421e251069fa3e5873a8f2846.zip |
Notes
Diffstat (limited to 'deskutils/ical')
-rw-r--r-- | deskutils/ical/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index 54cffad21118..128d60c74164 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.19 1998/08/07 22:17:52 asami Exp $ +# $Id: Makefile,v 1.20 1998/08/07 23:56:14 asami Exp $ # DISTNAME= ical-2.2 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/ MAINTAINER= erich@FreeBSD.ORG -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |