From 80b1599d6d9fc0977afe9cf5e84215b471043196 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sun, 14 Nov 2010 11:22:21 +0000 Subject: [PATCH] Fix depends and bump PORTREVISION. It links against much more that one would think (x11 and gtk components) which are installed because of xmms. PR: ports/147975 Submitted by: Andrius Morkunas --- audio/xmms-curses/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/audio/xmms-curses/Makefile b/audio/xmms-curses/Makefile index 0187d4337ca1..c6295c5606d4 100644 --- a/audio/xmms-curses/Makefile +++ b/audio/xmms-curses/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-curses PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -16,6 +16,13 @@ COMMENT= A ncurses program for (remote) controlling multimedia/xmms BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS= pthread-stubs.0:${PORTSDIR}/devel/libpthread-stubs \ + xcb.2:${PORTSDIR}/x11/libxcb + +USE_GETTEXT= yes +USE_GNOME= gtk12 +USE_ICONV= yes +USE_XORG= x11 xau xdmcp xext xi MAN1= ${PORTNAME}.1