diff options
author | christos <christos@pkgsrc.org> | 2005-12-10 22:10:47 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2005-12-10 22:10:47 +0000 |
commit | 812751529dff340973c0d378232a40b00040f90e (patch) | |
tree | 2c571696cfb9f19becf7b0931e16ca775267ebb2 /misc/fep/Makefile | |
parent | c51dc000cdec20dee1183962febbb1128092aae9 (diff) | |
download | pkgsrc-812751529dff340973c0d378232a40b00040f90e.tar.gz |
make it work on 64 bit machines
Diffstat (limited to 'misc/fep/Makefile')
-rw-r--r-- | misc/fep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile index 857ae187058..950a20595d5 100644 --- a/misc/fep/Makefile +++ b/misc/fep/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2005/09/29 14:31:11 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2005/12/10 22:10:47 christos Exp $ DISTNAME= fep PKGNAME= fep-1.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/fep/ |