[Midnightbsd-cvs] CVS Commit: Makefile: REmove OSVERSION

Lucas Holt laffer1 at stargazer.midnightbsd.org
Thu Aug 2 01:45:06 EDT 2007


Log Message:
-----------
REmove OSVERSION

Modified Files:
--------------
    mports/audio/arts:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/arts/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Laudio/arts/Makefile -Laudio/arts/Makefile -u -r1.1 -r1.2
--- audio/arts/Makefile
+++ audio/arts/Makefile
@@ -48,10 +48,8 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "i386" || ${ARCH} == "amd64"
-.if (${OSVERSION} < 500000 ) || (${OSVERSION} > 502102 )
 LIB_DEPENDS+=	jack:${PORTSDIR}/audio/jack
 .endif
-.endif
 
 .if defined(WITH_ESD)
 USE_GNOME+=	esound


More information about the Midnightbsd-cvs mailing list