aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gkrellmms2
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-05-02 01:59:57 +0800
committerume <ume@FreeBSD.org>2005-05-02 01:59:57 +0800
commit1c94831a35a7a07aade1b13756c077459226358a (patch)
tree3a87b04e3a3952abe02c16c506cc1f12ac900c91 /audio/gkrellmms2
parent6a0e509d8f4b61bdd94cac0a0806838931077dff (diff)
downloadfreebsd-ports-gnome-1c94831a35a7a07aade1b13756c077459226358a.tar.gz
freebsd-ports-gnome-1c94831a35a7a07aade1b13756c077459226358a.tar.zst
freebsd-ports-gnome-1c94831a35a7a07aade1b13756c077459226358a.zip
make WITH_BEEP_MEDIA_PLAYER actually work.
Diffstat (limited to 'audio/gkrellmms2')
-rw-r--r--audio/gkrellmms2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gkrellmms2/Makefile b/audio/gkrellmms2/Makefile
index f81eec274635..8dcd69703e53 100644
--- a/audio/gkrellmms2/Makefile
+++ b/audio/gkrellmms2/Makefile
@@ -50,7 +50,7 @@ BROKEN= "beep and XMMS is mutually exclusive. Run 'make config' again!"
.endif
.if defined(WITH_BEEP_MEDIA_PLAYER)
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
-MAKE_ENV+= WITH_BMP=yes
+MAKE_ENV+= USE_BMP=yes
.elif defined(WITH_XMMS)
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
.endif