diff options
author | steve <steve@FreeBSD.org> | 1998-03-15 19:44:16 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-03-15 19:44:16 +0000 |
commit | 8e6ec554d0adfe5280ccac1946491ac7cd39c5d3 (patch) | |
tree | c0388e9c4238834892e77fa220f0df06b71f0dbd /misc/xdelta/Makefile | |
parent | ef7f88993f0aee7f56d7637239abbe9d0818cbc6 (diff) | |
download | FreeBSD-ports-8e6ec554d0adfe5280ccac1946491ac7cd39c5d3.zip FreeBSD-ports-8e6ec554d0adfe5280ccac1946491ac7cd39c5d3.tar.gz |
Add MAINTAINER so this portlints clean.
Diffstat (limited to 'misc/xdelta/Makefile')
-rw-r--r-- | misc/xdelta/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 3fa9248..cca947e 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -3,13 +3,15 @@ # Date created: Sun May 4 21:40:06 CDT 1997 # Whom: erich # -# $Id: Makefile,v 1.2 1998/01/28 22:44:32 asami Exp $ +# $Id: Makefile,v 1.3 1998/02/05 15:18:25 erich Exp $ # DISTNAME= xdelta-0.14 CATEGORIES= misc MASTER_SITES= ftp://scam.xcf.berkeley.edu/pub/jmacd/ +MAINTAINER= ports@FreeBSD.ORG + BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yup |