svn commit: r311868 - head/audio/teamspeak_client

Mikhail Teterin mi at FreeBSD.org
Thu Feb 7 15:24:14 UTC 2013


Author: mi
Date: Thu Feb  7 15:24:13 2013
New Revision: 311868
URL: http://svnweb.freebsd.org/changeset/ports/311868

Log:
  Unbreak -- "builds" perfectly fine for me on FreeBSD-9.1/amd64

Modified:
  head/audio/teamspeak_client/Makefile

Modified: head/audio/teamspeak_client/Makefile
==============================================================================
--- head/audio/teamspeak_client/Makefile	Thu Feb  7 15:21:58 2013	(r311867)
+++ head/audio/teamspeak_client/Makefile	Thu Feb  7 15:24:13 2013	(r311868)
@@ -67,10 +67,4 @@ do-install:
 	${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 900000
-BROKEN=		does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list