diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-23 10:53:46 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-23 10:53:46 +0000 |
commit | f9c06091c4455b12b095f4b58147a3558927866f (patch) | |
tree | 60e94b86b117ce7b78412b8d0ab4bd0e29175a43 /devel | |
parent | f4d4438484f0e6c3d7ba6693b525d66dcee78d40 (diff) | |
download | pkgsrc-f9c06091c4455b12b095f4b58147a3558927866f.tar.gz |
Remove leading "#" - rcsid is first line. Don't add libtool to DEPENDS,
just set USE_LIBTOOL=yes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xdelta/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/devel/xdelta/Makefile b/devel/xdelta/Makefile index 4237ef1d92e..1c6efe5384c 100644 --- a/devel/xdelta/Makefile +++ b/devel/xdelta/Makefile @@ -1,19 +1,19 @@ -# -# $NetBSD: Makefile,v 1.2 1998/08/22 17:10:58 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/23 10:53:46 frueauf Exp $ # -DISTNAME= xdelta-0.22 -CATEGORIES= devel -MASTER_SITES= ftp://www.xcf.berkeley.edu/pub/xdelta/ +DISTNAME= xdelta-0.22 +CATEGORIES= devel +MASTER_SITES= ftp://www.xcf.berkeley.edu/pub/xdelta/ -MAINTAINER= root@garbled.net -HOMEPAGE= http://scam.XCF.Berkeley.EDU/~jmacd/xdelta.html +MAINTAINER= root@garbled.net +HOMEPAGE= http://scam.XCF.Berkeley.EDU/~jmacd/xdelta.html -DEPENDS+= glib-1.1.2:../../devel/glib -DEPENDS+= gdbm-1.7.3:../../databases/gdbm -DEPENDS+= libtool-1.2:../../devel/libtool +DEPENDS+= glib-1.1.2:../../devel/glib +DEPENDS+= gdbm-1.7.3:../../databases/gdbm -GNU_CONFIGURE= yes -CONFIGURE_ENV+= LDFLAGS="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV+= LDFLAGS="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib" \ + CPPFLAGS="-I${LOCALBASE}/include" .include "../../mk/bsd.pkg.mk" |