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 /www/grail | |
parent | 9ba3a62b82107ba1583f9c6b0be33dd35f65819a (diff) | |
download | ports-41637d44471fe46421e251069fa3e5873a8f2846.tar.gz ports-41637d44471fe46421e251069fa3e5873a8f2846.zip |
Notes
Diffstat (limited to 'www/grail')
-rw-r--r-- | www/grail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index dc2a0b4d7ef1..8b0a0a08b8cc 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -3,7 +3,7 @@ # Date created: 6/11/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.3 1998/07/04 22:07:19 nectar Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:48 asami Exp $ # DISTNAME= grail-0.4 @@ -15,7 +15,7 @@ MAINTAINER= nectar@freebsd.org BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 CHOWN?=chown CHMOD?=chmod |