diff options
author | novel <novel@FreeBSD.org> | 2006-10-10 02:01:55 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-10-10 02:01:55 +0800 |
commit | 41e78930365056652f19880b860ff42ac72a5c50 (patch) | |
tree | 268e24c2d19d8e67893fe4fab278def169a3ea7d /multimedia/bmpx/Makefile | |
parent | b048fc1fc7899e3c57b22237d8b843036cc6f67f (diff) | |
download | freebsd-ports-gnome-41e78930365056652f19880b860ff42ac72a5c50.tar.gz freebsd-ports-gnome-41e78930365056652f19880b860ff42ac72a5c50.tar.zst freebsd-ports-gnome-41e78930365056652f19880b860ff42ac72a5c50.zip |
Update to 0.32.0.
Diffstat (limited to 'multimedia/bmpx/Makefile')
-rw-r--r-- | multimedia/bmpx/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index 0f9a7037b2ac..b0a2e5a1cae2 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -6,16 +6,15 @@ # PORTNAME= bmpx -PORTVERSION= 0.20.3 -PORTREVISION= 1 +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 \ @@ -60,12 +59,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+= ${X11BASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon -.else -CONFIGURE_ARGS+= --disable-libnotify -.endif - .include <bsd.port.mk> |