aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-04-16 10:44:55 +0800
committeredwin <edwin@FreeBSD.org>2007-04-16 10:44:55 +0800
commitb306699c77e0e4e7168b0808505476f1f01dca05 (patch)
tree1584a5f2699fee60e69e929f7ccbd704b707db92 /audio
parentc05913db596c837c3e659c21ce8abc7a999f2ed6 (diff)
downloadfreebsd-ports-gnome-b306699c77e0e4e7168b0808505476f1f01dca05.tar.gz
freebsd-ports-gnome-b306699c77e0e4e7168b0808505476f1f01dca05.tar.zst
freebsd-ports-gnome-b306699c77e0e4e7168b0808505476f1f01dca05.zip
Remove always-false conditionals on OSVERSION
Diffstat (limited to 'audio')
-rw-r--r--audio/zinf/Makefile8
1 files changed, 0 insertions, 8 deletions
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=""