diff options
author | novel <novel@FreeBSD.org> | 2006-08-13 12:59:51 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-08-13 12:59:51 +0800 |
commit | b7fefe93499245a3d96e3d10371aa510ebd99689 (patch) | |
tree | 9d2d3219f5d7b08f4591b1c587957cf9606bce74 /multimedia | |
parent | 636e750a3aba3fda4b8ae94aa0161824568942e4 (diff) | |
download | freebsd-ports-gnome-b7fefe93499245a3d96e3d10371aa510ebd99689.tar.gz freebsd-ports-gnome-b7fefe93499245a3d96e3d10371aa510ebd99689.tar.zst freebsd-ports-gnome-b7fefe93499245a3d96e3d10371aa510ebd99689.zip |
- remove obsolete LIBTOOLFILES
- add INSTALLS_ICONS
- add vorbis to USE_GSTREAMER so ogg was actually usable just after the
installation
- bump PORTREVISION
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 |