diff options
author | asami <asami@FreeBSD.org> | 1998-01-29 06:44:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-01-29 06:44:32 +0800 |
commit | 58904e2e45d6767a545f41cc337dd924a64a49ac (patch) | |
tree | 4e791bc9df180565d2cfd037f0144a72add4f3a6 /misc | |
parent | 16652eebe3cf819241b7ee962f2fdb401c7f2d16 (diff) | |
download | freebsd-ports-gnome-58904e2e45d6767a545f41cc337dd924a64a49ac.tar.gz freebsd-ports-gnome-58904e2e45d6767a545f41cc337dd924a64a49ac.tar.zst freebsd-ports-gnome-58904e2e45d6767a545f41cc337dd924a64a49ac.zip |
Portlint. I left out the maintainer for now, please fill in your name
if you intend to maintain it. > erich
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 |