diff options
author | novel <novel@FreeBSD.org> | 2007-04-16 19:41:04 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-04-16 19:41:04 +0800 |
commit | 98f42df411d9756a5f91faa8cb17e78638243662 (patch) | |
tree | 9b67c832ef3125bd75256af510b8b9aea307f631 /audio | |
parent | 53a44d2efd61f1d95afcce87b8fe4451c2b221b8 (diff) | |
download | freebsd-ports-gnome-98f42df411d9756a5f91faa8cb17e78638243662.tar.gz freebsd-ports-gnome-98f42df411d9756a5f91faa8cb17e78638243662.tar.zst freebsd-ports-gnome-98f42df411d9756a5f91faa8cb17e78638243662.zip |
Cleanup non-supported FreeBSD versions.
PR: 111678
Submitted by: edwin
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3blaster/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index fab854c2d3a2..c974397e9809 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -38,10 +38,6 @@ PORTDOCS= AUTHORS CREDITS ChangeLog FAQ README TODO .include <bsd.port.pre.mk> -.if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -.endif - .if defined(WITH_LIRC) LIB_DEPENDS+= lirc_client.0:${PORTSDIR}/comms/lirc CONFIGURE_ARGS+= --with-lirc |