diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:39:19 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:39:19 +0000 |
commit | fe61bf1eb4f2758636a3c065686a833eb412df25 (patch) | |
tree | 1474457ea487adcafec2ab29e99ab61897a3e479 /audio/cueplayer | |
parent | 5732783897145621b6af3ab08fba8d9af40f338b (diff) | |
download | ports-fe61bf1eb4f2758636a3c065686a833eb412df25.tar.gz ports-fe61bf1eb4f2758636a3c065686a833eb412df25.zip |
Notes
Diffstat (limited to 'audio/cueplayer')
-rw-r--r-- | audio/cueplayer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cueplayer/Makefile b/audio/cueplayer/Makefile index 722d70d6765a..5f3bdb8be83b 100644 --- a/audio/cueplayer/Makefile +++ b/audio/cueplayer/Makefile @@ -7,13 +7,14 @@ PORTNAME= cueplayer PORTVERSION= 0.28 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE MAINTAINER= g.veniamin@googlemail.com COMMENT= CUE player -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify USE_QT_VER= 4 QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build network |