diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-02 18:48:03 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-02 18:48:03 +0000 |
commit | b91d38afe1965de600cc4c733fe1bfccfb958ea6 (patch) | |
tree | e351488aa7e480a35bde5f7ab95f85c4ac4a21a9 /misc/xdelta | |
parent | Upgrade to 4.51. (diff) |
use glib12, not glib11-devel. Like gtk, there are too many versions of
the library. If I recall correctly, this was the only port which depended
on the glib11d port.
Notes
Notes:
svn path=/head/; revision=18318
Diffstat (limited to 'misc/xdelta')
-rw-r--r-- | misc/xdelta/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index eea15bb34bb3..c85b7d0b6bc3 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -3,7 +3,7 @@ # Date created: Sun May 4 21:40:06 CDT 1997 # Whom: jmacd # -# $Id: Makefile,v 1.11 1998/09/22 16:43:30 vanilla Exp $ +# $Id: Makefile,v 1.12 1999/02/20 10:47:28 vanilla Exp $ # DISTNAME= xdelta-1.0.2 @@ -13,13 +13,13 @@ MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/ MAINTAINER= jmacd@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm -LIB_DEPENDS= glib11d.2:${PORTSDIR}/devel/glib11-devel +LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS=-L${LOCALBASE}/lib \ INSTALL_SCRIPT='$${INSTALL} -m 755' \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" + GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" MAN1= xdelta.1 |