diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-16 13:14:26 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-16 13:14:26 +0000 |
commit | dd27a5d8b0176907811b35c46e45e0bb433f6a54 (patch) | |
tree | b2a976a7c52613c61cc19c712ea51b5b7ff2c3ad /audio | |
parent | Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fix (diff) |
Depend on ncurses.5 after the upgrade of devel/ncurses.
Notes
Notes:
svn path=/head/; revision=35188
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3blaster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index a8cf0a4e2ab0..5cfeb968952c 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org .include <bsd.port.pre.mk> .if ${OSVERSION} < 400010 -LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses +LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses .endif GNU_CONFIGURE= yes |