diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-02-03 12:45:43 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-02-03 12:45:43 +0000 |
commit | 7041a55592fa53802937258f7c0bf9a6dc7594cf (patch) | |
tree | 2f0c57c37015107f5f5c0eac580d411550bff6c7 /misc/ewipe | |
parent | 81f08908e957d14cae4aa22ee2b674093315b546 (diff) | |
download | ports-7041a55592fa53802937258f7c0bf9a6dc7594cf.tar.gz ports-7041a55592fa53802937258f7c0bf9a6dc7594cf.zip |
Notes
Diffstat (limited to 'misc/ewipe')
-rw-r--r-- | misc/ewipe/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index 61f23939d4d4..c8f1b60b0c2e 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -3,17 +3,17 @@ # Date created: 17 October 1997 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.6 1997/12/05 03:14:59 itojun Exp $ +# $Id: Makefile,v 1.7 1997/12/25 10:56:19 itojun Exp $ # DISTNAME= ewipe0.6.0 -PKGNAME= ja-ewipe-0.6.0 -CATEGORIES= japanese misc +PKGNAME= ewipe-0.6.0 +CATEGORIES= misc MASTER_SITES= http://al.ei.tuat.ac.jp/~sekisita/ewipe/ MAINTAINER= itojun@itojun.org -RUN_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42 +RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 NO_BUILD= yes NO_CONFIGURE= yes |