diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-08-13 04:59:51 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-08-13 04:59:51 +0000 |
commit | b739c9cb367371442a1ef5b3ccecf8087f6f926e (patch) | |
tree | 53d21263a22c778d67db3e435ed0302d623bfbef /multimedia | |
parent | 47b4f76b50599ca26b608072cdccd47e2ee21580 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmpx/Makefile | 6 |
1 files 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 |