diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-02-15 14:05:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-02-15 14:05:08 +0000 |
commit | c97b8372b2d2b01ced1b268317776fa47810cc39 (patch) | |
tree | aaac3c0172dd411906838fb512a58ff42b5378a7 | |
parent | - Add missing Xorg dependencies. (diff) |
Port uses libpvm3.so. Adjust dependencies.
Notes
Notes:
svn path=/head/; revision=434164
-rw-r--r-- | net/xpvm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/xpvm/Makefile b/net/xpvm/Makefile index 07544796d7c7..8b445b3bee4a 100644 --- a/net/xpvm/Makefile +++ b/net/xpvm/Makefile @@ -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 |