diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-16 18:34:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-16 18:34:19 +0000 |
commit | fba8ab7490301d016219d9de24c28549dc904e47 (patch) | |
tree | ed20fd987b36dae0ae9ba039bc3f9ff26deed628 /graphics/ogle_gui/Makefile | |
parent | b9082fc73f574e07ef9e8d7202e08a3616ec796b (diff) | |
download | pkgsrc-fba8ab7490301d016219d9de24c28549dc904e47.tar.gz |
Update to 0.8.3, provided by veego.
Changes: unknown.
Diffstat (limited to 'graphics/ogle_gui/Makefile')
-rw-r--r-- | graphics/ogle_gui/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/ogle_gui/Makefile b/graphics/ogle_gui/Makefile index 2dd9a75224d..6099209bbd1 100644 --- a/graphics/ogle_gui/Makefile +++ b/graphics/ogle_gui/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2002/04/28 22:21:15 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/06/16 18:34:19 wiz Exp $ -DISTNAME= ogle_gui-0.8.2 -PKGREVISION= 1 +DISTNAME= ogle_gui-0.8.3 CATEGORIES= graphics MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ @@ -9,9 +8,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/ COMMENT= GUI for the Ogle DVD player -DEPENDS+= ogle>=0.8.2:../../graphics/ogle -# Normaly we would use the "../../devel/libglade/buildlink.mk" file, -# but this doesn't work here. Because ogle_gui wants libxml2 and the +DEPENDS+= ogle>=0.8.3:../../graphics/ogle +# Normally, we would use the "../../devel/libglade/buildlink.mk" file, +# but this doesn't work here, because ogle_gui wants libxml2 and the # buildlink file for libglade would also link it with libxml1. # This would result in an core dump. Thats why ogle_gui dlopens # libglade. @@ -23,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_CONFIG_WRAPPER= yes #USE_LIBTOOL= yes -BUILDLINK_DEPENDS.libxml2= libxml2>=2.4.5 +BUILDLINK_DEPENDS.libxml2= libxml2>=2.4.19 #LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig LDFLAGS+= -Wl,-R${LOCALBASE}/lib/ogle -L${LOCALBASE}/lib/ogle |