Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2017 14:05:08 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434164 - head/net/xpvm
Message-ID:  <201702151405.v1FE58dk063756@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702151405.v1FE58dk063756>