Clean up dependencies a bit. gqmpeg does not directly depend on Cairo.

ok sthen@
This commit is contained in:
brad 2008-11-07 01:19:56 +00:00
parent e5ff19be32
commit 8981cec600

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.43 2008/06/15 00:04:50 sthen Exp $
# $OpenBSD: Makefile,v 1.44 2008/11/07 01:19:56 brad Exp $
COMMENT= front-end to various audio players
DISTNAME= gqmpeg-0.91.1
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= audio
HOMEPAGE= http://gqmpeg.sourceforge.net/
@ -14,8 +14,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xcomposite Xdamage \
Xrender atk-1.0 c expat fontconfig freetype glib-2.0 \
Xcomposite Xdamage Xrender \
atk-1.0 c cairo expat fontconfig freetype glib-2.0 \
glitz gmodule-2.0 gobject-2.0 m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pixman-1 png z
@ -25,8 +25,7 @@ MODULES= devel/gettext
RUN_DEPENDS= :mpg321-*:audio/mpg321 \
:desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= cairo::graphics/cairo \
gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
LIB_DEPENDS= gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
USE_X11= Yes
CONFIGURE_STYLE= gnu