svn commit: r434164 - head/net/xpvm

Tijl Coosemans tijl at FreeBSD.org
Wed Feb 15 14:05:09 UTC 2017


Author: tijl
Date: Wed Feb 15 14:05:08 2017
New Revision: 434164
URL: https://svnweb.freebsd.org/changeset/ports/434164

Log:
  Port uses libpvm3.so.  Adjust dependencies.

Modified:
  head/net/xpvm/Makefile

Modified: head/net/xpvm/Makefile
==============================================================================
--- head/net/xpvm/Makefile	Wed Feb 15 14:02:45 2017	(r434163)
+++ head/net/xpvm/Makefile	Wed Feb 15 14:05:08 2017	(r434164)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xpvm
 PORTVERSION=	1.2.5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net parallel
 MASTER_SITES=	NL/pvm3/xpvm
 DISTNAME=	XPVM.src.${PORTVERSION}
@@ -11,8 +11,7 @@ DISTNAME=	XPVM.src.${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Graphical console and monitor for PVM
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libpvm3.a:net/pvm
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+LIB_DEPENDS=	libpvm3.so:net/pvm
 
 USES=		tk:84 tar:tgz
 USE_GCC=	yes


More information about the svn-ports-head mailing list