diff options
Diffstat (limited to 'audio/mp3blaster/Makefile')
-rw-r--r-- | audio/mp3blaster/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 5cfeb968952c..4eba3eaeccd5 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -6,17 +6,19 @@ # PORTNAME= mp3blaster -PORTVERSION= 2.0.b17 +PORTVERSION= 3.0p4 CATEGORIES= audio MASTER_SITES= ftp://mud.stack.nl/pub/mp3blaster/ \ http://mp3blaster.linuxave.net/src/ -DISTNAME= ${PORTNAME}-2.0b17 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= greid@ukug.uk.freebsd.org .include <bsd.port.pre.mk> + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + .if ${OSVERSION} < 400010 -LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses +LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif GNU_CONFIGURE= yes |