diff options
author | erich <erich@FreeBSD.org> | 1998-02-05 23:18:25 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1998-02-05 23:18:25 +0800 |
commit | 29a81cf55ef21c87cf444ca276d449a630a42dd9 (patch) | |
tree | 4b47842f6d6b7ca8624d9822eee53fd0e081525d | |
parent | 6e91abeed4bc3bb4f01b33c639886c602f331026 (diff) | |
download | freebsd-ports-gnome-29a81cf55ef21c87cf444ca276d449a630a42dd9.tar.gz freebsd-ports-gnome-29a81cf55ef21c87cf444ca276d449a630a42dd9.tar.zst freebsd-ports-gnome-29a81cf55ef21c87cf444ca276d449a630a42dd9.zip |
uncomment, BUILD_DEPENDS on gdbm, not sure why this was commented
out in the first place...
Suggested by: Greg Troxel <gdt@lexort.com>
-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 # |