mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
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
This commit is contained in:
parent
6b6fe7e042
commit
80b1599d6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264511
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user