diff options
author | krion <krion@FreeBSD.org> | 2004-04-10 07:03:18 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-10 07:03:18 +0000 |
commit | afaade73449dee87b3e9fd5c333b7c9ab6e51899 (patch) | |
tree | 09d5f755a95c6b899798a5b10727c0e889371fad /audio/xmms-infopipe | |
parent | 2acfaa9a233cef3c3b9dc30b5ead9251d7b1c811 (diff) | |
download | FreeBSD-ports-afaade73449dee87b3e9fd5c333b7c9ab6e51899.zip FreeBSD-ports-afaade73449dee87b3e9fd5c333b7c9ab6e51899.tar.gz |
- Fix dependencies
PR: ports/65393
Submitted by: maintainer
Diffstat (limited to 'audio/xmms-infopipe')
-rw-r--r-- | audio/xmms-infopipe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-infopipe/Makefile b/audio/xmms-infopipe/Makefile index d3cdb04..49bfa5f 100644 --- a/audio/xmms-infopipe/Makefile +++ b/audio/xmms-infopipe/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-infopipe PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.beastwithin.org/users/wwwwolf/code/xmms/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mig@mig-29.net COMMENT= Create a named pipe to retrive xmms info about currently playing song +LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes |