From 1cbd422db37c30f341cdcb40c0e7d6b5f7690c77 Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 14 Sep 2002 12:19:15 +0000 Subject: [PATCH] Add missing library dependencies. --- x11/mplayer-fontmaker/Makefile | 5 +++-- x11/mplayer/Makefile | 4 ++-- x11/ogle_gui/Makefile | 4 ++-- x11/rep-gtk/Makefile | 15 +++++++-------- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/x11/mplayer-fontmaker/Makefile b/x11/mplayer-fontmaker/Makefile index 7e6a3c8cbe2..760515fab2e 100644 --- a/x11/mplayer-fontmaker/Makefile +++ b/x11/mplayer-fontmaker/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2002/08/18 11:30:35 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2002/09/14 12:19:15 naddy Exp $ DISTNAME=mplayer-fontmaker-0.90pre6 CATEGORIES=x11 COMMENT='subtitle fonts generator for mplayer' -BUILD_DEPENDS=::x11/mplayer,iconv:configure +MODULES= iconv +BUILD_DEPENDS= ::x11/mplayer,iconv:configure DISTFILES= NO_CHECKSUM= Yes diff --git a/x11/mplayer/Makefile b/x11/mplayer/Makefile index 4c1d059966f..fc563a20c7b 100644 --- a/x11/mplayer/Makefile +++ b/x11/mplayer/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2002/09/04 05:40:21 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.32 2002/09/14 12:19:15 naddy Exp $ # May not be hard to add more. ONLY_FOR_ARCHS= i386 macppc sparc64 @@ -37,7 +37,7 @@ LIB_DEPENDS= png::graphics/png \ jpeg::graphics/jpeg \ dvdread.::devel/libdvdread \ mp3lame::audio/lame \ - ungif::graphics/libungif \ + ungif,gif::graphics/libungif \ vorbis.0,vorbisfile.1::audio/libvorbis .if ${ELF_TOOLCHAIN} == "no" diff --git a/x11/ogle_gui/Makefile b/x11/ogle_gui/Makefile index 8f48a865210..5aaee56f5f2 100644 --- a/x11/ogle_gui/Makefile +++ b/x11/ogle_gui/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/08/18 12:37:14 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2002/09/14 12:19:15 naddy Exp $ CATEGORIES= x11 @@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP=Yes PERMIT_PACKAGE_CDROM=Yes PERMIT_PACKAGE_FTP=Yes -LIB_DEPENDS= dvdcontrol.5::x11/ogle \ +LIB_DEPENDS= dvdcontrol.5,msgevents.5::x11/ogle \ xml2::textproc/libxml \ glade.5.0::devel/libglade \ gtk.1.2::x11/gtk+ diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index 44e3661cdb0..4f0d0219eae 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,20 +1,13 @@ -# $OpenBSD: Makefile,v 1.6 2002/05/15 18:05:19 espie Exp $ -# Original from: John Harper +# $OpenBSD: Makefile,v 1.7 2002/09/14 12:19:15 naddy Exp $ COMMENT= "GTK+ binding for librep Lisp environment" VERSION= 0.15 DISTNAME= rep-gtk-${VERSION} CATEGORIES= x11 -NEED_VERSION= 1.402 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rep-gtk/} HOMEPAGE= http://rep-gtk.sourceforge.net/ -LIB_DEPENDS= gtk.1.2::x11/gtk+ \ - glib.1.2::devel/glib \ - rep.10::lang/librep - MAINTAINER= Robbie Gates PERMIT_PACKAGE_CDROM= Yes @@ -22,6 +15,12 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rep-gtk/} + +LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \ + glib.1.2::devel/glib \ + rep.10::lang/librep + SUBST_VARS= OPSYS_VER VERSION USE_X11= Yes