aboutsummaryrefslogtreecommitdiff
path: root/net/pvm
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-04 11:40:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-04 11:40:35 +0000
commit275aad51aeaf4f1548dd10cd713a6144d8651f0f (patch)
treed9cbb9b1e8887e880590cd8c61138966e111d1de /net/pvm
parent033f8c563c22f45251ae278ee567323985ce94a9 (diff)
downloadports-275aad51aeaf4f1548dd10cd713a6144d8651f0f.tar.gz
ports-275aad51aeaf4f1548dd10cd713a6144d8651f0f.zip
USE_XLIB.
Notes
Notes: svn path=/head/; revision=18456
Diffstat (limited to 'net/pvm')
-rw-r--r--net/pvm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pvm/Makefile b/net/pvm/Makefile
index a6e8c9788a3c..4a3906f04d01 100644
--- a/net/pvm/Makefile
+++ b/net/pvm/Makefile
@@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dima@Chg.RU
+USE_XLIB= yes
WRKSRC= ${WRKDIR}/pvm3
MAKE_ENV+= PVM_ROOT=${WRKSRC}
MAKE_FLAGS+= F77=/usr/bin/f77
@@ -79,4 +80,4 @@ do-install:
@ ${INSTALL_MAN} ${WRKSRC}/man/man1/* ${PREFIX}/man/man1
@ ${INSTALL_MAN} ${WRKSRC}/man/man3/* ${PREFIX}/man/man3
-.include "bsd.port.mk"
+.include <bsd.port.mk>