mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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.
This commit is contained in:
parent
8213a7cb8f
commit
b91d38afe1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18318
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user