From b306699c77e0e4e7168b0808505476f1f01dca05 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 16 Apr 2007 02:44:55 +0000 Subject: Remove always-false conditionals on OSVERSION --- audio/zinf/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'audio') diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 1497d7734552..f9f001f05fc5 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -45,14 +45,6 @@ CONFIGURE_ARGS+= --disable-x86opts CPPFLAGS+= "-D_M_ALPHA" .endif -.if ${OSVERSION} < 500035 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -CFLAGS+= -O0 -CPPFLAGS+= -I${LOCALBASE}/include/stlport -LDFLAGS+= -lstlport_gcc -.endif - .if ${HAVE_GNOME:Mesound}!="" || defined(WITH_ALL_PLUGINS) USE_GNOME+= esound PLIST_SUB+= ESOUND="" -- cgit