diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-16 10:44:55 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-16 10:44:55 +0800 |
commit | b306699c77e0e4e7168b0808505476f1f01dca05 (patch) | |
tree | 1584a5f2699fee60e69e929f7ccbd704b707db92 /audio | |
parent | c05913db596c837c3e659c21ce8abc7a999f2ed6 (diff) | |
download | freebsd-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/Makefile | 8 |
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="" |