diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1998-02-05 15:18:25 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1998-02-05 15:18:25 +0000 |
commit | c822f3a97bbd174a49c2e9a6ec770c1f3c06b202 (patch) | |
tree | d5de093593fe49b4f0afdeb2c948d07fa68a152d /misc/xdelta | |
parent | da3dfc2ae78b48da7d0ab3a953b1a9c6eac36a00 (diff) | |
download | ports-c822f3a97bbd174a49c2e9a6ec770c1f3c06b202.tar.gz ports-c822f3a97bbd174a49c2e9a6ec770c1f3c06b202.zip |
uncomment, BUILD_DEPENDS on gdbm, not sure why this was commented
out in the first place...
Suggested by: Greg Troxel <gdt@lexort.com>
Notes
Notes:
svn path=/head/; revision=9601
Diffstat (limited to 'misc/xdelta')
-rw-r--r-- | misc/xdelta/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index a535ac2d7486..3fa9248b03c6 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -3,14 +3,14 @@ # Date created: Sun May 4 21:40:06 CDT 1997 # Whom: erich # -# $Id: Makefile,v 1.1.1.1 1998/01/26 16:27:11 erich Exp $ +# $Id: Makefile,v 1.2 1998/01/28 22:44:32 asami Exp $ # DISTNAME= xdelta-0.14 CATEGORIES= misc MASTER_SITES= ftp://scam.xcf.berkeley.edu/pub/jmacd/ -#BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yup # |