summaryrefslogtreecommitdiffstats
path: root/multimedia/bmpx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/bmpx/Makefile')
-rw-r--r--multimedia/bmpx/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile
index 31f50c3ee..016107ea3 100644
--- a/multimedia/bmpx/Makefile
+++ b/multimedia/bmpx/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= bmpx
-PORTVERSION= 0.20.3
-PORTREVISION= 2
+PORTVERSION= 0.32.0
CATEGORIES= multimedia
-MASTER_SITES= http://files.beep-media-player.org/releases/${PORTVERSION:C/\.[0-9]*$//}/
+MASTER_SITES= http://files.beep-media-player.org/releases/0.30/
MAINTAINER= novel@FreeBSD.org
COMMENT= Media player geared towards usability, technical efficiency and looks
LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib \
- cairo.2:${PORTSDIR}/graphics/cairo \
+ cairomm-1.0.0:${PORTSDIR}/graphics/cairomm \
musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
neon.25:${PORTSDIR}/www/neon \
glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
@@ -59,12 +58,4 @@ USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
-.if !defined(WITHOUT_LIBNOTIFY)
-CONFIGURE_ARGS+= --enable-libnotify
-LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify
-RUN_DEPENDS+= ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
-.else
-CONFIGURE_ARGS+= --disable-libnotify
-.endif
-
.include <bsd.port.mk>