diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-10 07:03:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-10 07:03:18 +0000 |
commit | 47bd48854d10ae6b6b6c32c5aac57e945832db59 (patch) | |
tree | f4f64cf813fd38c3bb51df2f0fa24bcb43b6b054 /audio/xmms-infopipe | |
parent | 583f14403eb27605a4aa0dceef20fb0a2f9e1a19 (diff) |
Notes
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 d3cdb042317e..49bfa5f7253f 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 |