svn commit: r429423 - head/comms/rxtx

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 25 13:37:18 UTC 2016


Author: amdmi3
Date: Sun Dec 25 13:37:17 2016
New Revision: 429423
URL: https://svnweb.freebsd.org/changeset/ports/429423

Log:
  - Remove unneeded depend on linux emulation
  
  PR:		212037
  Submitted by:	james at elstone.net (maintainer)
  Reported by:	howard0su at gmail.com

Modified:
  head/comms/rxtx/Makefile

Modified: head/comms/rxtx/Makefile
==============================================================================
--- head/comms/rxtx/Makefile	Sun Dec 25 13:34:34 2016	(r429422)
+++ head/comms/rxtx/Makefile	Sun Dec 25 13:37:17 2016	(r429423)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rxtx
 PORTVERSION=	2.2p2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	comms java
 MASTER_SITES=	http://rxtx.qbang.org/pub/rxtx/ \
 		ftp://jarvi.dsl.frii.com/pub/rxtx/
@@ -13,7 +13,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/p/
 MAINTAINER=	james at elstone.net
 COMMENT=	Native interface to serial ports in Java
 
-USES=		gmake libtool linux:c6 zip
+USES=		gmake libtool zip
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+


More information about the svn-ports-head mailing list