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 | |
parent | 9ba3a62b82107ba1583f9c6b0be33dd35f65819a (diff) | |
download | ports-41637d44471fe46421e251069fa3e5873a8f2846.tar.gz ports-41637d44471fe46421e251069fa3e5873a8f2846.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/abacus/Makefile | 4 | ||||
-rw-r--r-- | deskutils/ical/Makefile | 4 | ||||
-rw-r--r-- | deskutils/zorro/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/abacus/Makefile b/deskutils/abacus/Makefile index e5d38a40fb55..52a48bcd5ad3 100644 --- a/deskutils/abacus/Makefile +++ b/deskutils/abacus/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/09/09 19:22:37 andreas Exp $ # DISTNAME= abacus @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= tcl80:${PORTSDIR}/lang/tcl80 \ - tk80:${PORTSDIR}/x11-toolkits/tk80 + tk80.1:${PORTSDIR}/x11-toolkits/tk80 ALL_TARGET= dep tcl_interf/nxlc USE_GMAKE= yes 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} \ diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index 3693da8bf432..b778d0ca61f2 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Aug 1996 # Whom: shanee@rabbit.augusta.de # -# $Id: Makefile,v 1.12 1998/08/07 22:17:55 asami Exp $ +# $Id: Makefile,v 1.13 1998/08/07 23:56:14 asami Exp $ # DISTNAME= zorro-1.1p8 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ MAINTAINER= shanee@augusta.de -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 NO_BUILD= yes |