From b739c9cb367371442a1ef5b3ccecf8087f6f926e Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sun, 13 Aug 2006 04:59:51 +0000 Subject: [PATCH] - remove obsolete LIBTOOLFILES - add INSTALLS_ICONS - add vorbis to USE_GSTREAMER so ogg was actually usable just after the installation - bump PORTREVISION --- multimedia/bmpx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index 90df0f7efa85..b7c47bd8202d 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -7,6 +7,7 @@ PORTNAME= bmpx PORTVERSION= 0.20.3 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://files.beep-media-player.org/releases/${PORTVERSION:C/\.[0-9]*$//}/ @@ -28,9 +29,8 @@ USE_FAM= yes USE_GCC= 3.4+ USE_GMAKE= yes USE_GNOME= gtk20 libglade2 desktopfileutils -LIBTOOLFILES= configure libhrel/configure \ - libchroma/configure libskinned/configure -USE_GSTREAMER= good mad ogg +INSTALLS_ICONS= yes +USE_GSTREAMER= good mad ogg vorbis USE_X_PREFIX= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes