summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1998-02-05 15:18:25 +0000
committerEric L. Hernes <erich@FreeBSD.org>1998-02-05 15:18:25 +0000
commitc822f3a97bbd174a49c2e9a6ec770c1f3c06b202 (patch)
treed5de093593fe49b4f0afdeb2c948d07fa68a152d /misc
parentInstall header file. (diff)
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')
-rw-r--r--misc/xdelta/Makefile4
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
#