diff options
author | wiz <wiz> | 2002-09-10 16:06:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-10 16:06:32 +0000 |
commit | 05619d51fd47cef98f3fd8aefe0ea9c96e27f390 (patch) | |
tree | 3d3020be9bfaa2a5e59d50f368ad6eb391a5d5fc /graphics/ogle_gui | |
parent | 54a6ae9b3313df278940916d0b16c7b8aaa0f8a3 (diff) | |
download | pkgsrc-05619d51fd47cef98f3fd8aefe0ea9c96e27f390.tar.gz |
Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
Diffstat (limited to 'graphics/ogle_gui')
-rw-r--r-- | graphics/ogle_gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ogle_gui/Makefile b/graphics/ogle_gui/Makefile index 04a28f44827..0965750d001 100644 --- a/graphics/ogle_gui/Makefile +++ b/graphics/ogle_gui/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/08/20 00:54:57 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/09/10 16:06:43 wiz Exp $ DISTNAME= ogle_gui-0.8.5 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ @@ -22,7 +23,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_CONFIG_WRAPPER= yes #USE_LIBTOOL= yes -BUILDLINK_DEPENDS.libxml2= libxml2>=2.4.19 #LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig LDFLAGS+= -Wl,-R${LOCALBASE}/lib/ogle -L${LOCALBASE}/lib/ogle |