diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-01-28 22:44:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-01-28 22:44:32 +0000 |
commit | 499dfbfbaa29e97be5ad61238fcd2d40fd8b547c (patch) | |
tree | 49d4eb5e36cff31a293901e68c02e8520bb23baa /misc | |
parent | c67fe5444fb717cfed25aeeb28c172be841cf49b (diff) | |
download | ports-499dfbfbaa29e97be5ad61238fcd2d40fd8b547c.tar.gz ports-499dfbfbaa29e97be5ad61238fcd2d40fd8b547c.zip |
Portlint. I left out the maintainer for now, please fill in your name
if you intend to maintain it. > erich
Notes
Notes:
svn path=/head/; revision=9495
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xdelta/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 7432256e37a3..a535ac2d7486 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -3,17 +3,16 @@ # Date created: Sun May 4 21:40:06 CDT 1997 # Whom: erich # -# $Id: Makefile,v 1.12 1997/02/12 10:24:23 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1998/01/26 16:27:11 erich Exp $ # DISTNAME= xdelta-0.14 - CATEGORIES= misc MASTER_SITES= ftp://scam.xcf.berkeley.edu/pub/jmacd/ -GNU_CONFIGURE= yup #BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +GNU_CONFIGURE= yup # # this seems to be necessary for libtool :( MAKE_ENV= CC=cc |