summaryrefslogtreecommitdiff
path: root/devel/xdelta
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-12-19 00:02:39 +0000
committertron <tron@pkgsrc.org>1998-12-19 00:02:39 +0000
commit545a9cd72eae11b975a4560164b4fb3649866dc2 (patch)
tree697620c0c6cb747297cac0a80b0f64547cdab79c /devel/xdelta
parentf4eb68a7bfb553991533bb4c9f001db01962d465 (diff)
downloadpkgsrc-545a9cd72eae11b975a4560164b4fb3649866dc2.tar.gz
Update dependence for "glib" and fix detection of "gdm" library.
Diffstat (limited to 'devel/xdelta')
-rw-r--r--devel/xdelta/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/xdelta/Makefile b/devel/xdelta/Makefile
index 4a2dae2ebe6..f6a0320c68f 100644
--- a/devel/xdelta/Makefile
+++ b/devel/xdelta/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/11/21 17:03:12 tron Exp $
+# $NetBSD: Makefile,v 1.6 1998/12/19 00:02:39 tron Exp $
#
DISTNAME= xdelta-0.22
@@ -8,12 +8,12 @@ MASTER_SITES= ftp://www.xcf.berkeley.edu/pub/xdelta/
MAINTAINER= root@garbled.net
HOMEPAGE= http://scam.XCF.Berkeley.EDU/~jmacd/xdelta.html
-DEPENDS+= glib-1.1.4:../../devel/glib
+DEPENDS+= glib-1.1.9:../../devel/glib
DEPENDS+= gdbm-1.7.3:../../databases/gdbm
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= LDFLAGS="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib" \
- CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS+= "-L${LOCALBASE}/lib"
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"