aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rpc2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rpc2/Makefile')
-rw-r--r--devel/rpc2/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile
index b1f75d0e4ae4..65efbcb3ccae 100644
--- a/devel/rpc2/Makefile
+++ b/devel/rpc2/Makefile
@@ -10,20 +10,12 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \
ftp://ftp.nctu.edu.tw/mirror/Coda/src/
MAINTAINER= ports@FreeBSD.org
-COMMENT= An interprocess communication library
+COMMENT= Interprocess communication library
-LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp
+LIB_DEPENDS= liblwp.so:${PORTSDIR}/devel/lwp
-USES= pkgconfig perl5
-USE_GMAKE= yes
+USES= gmake pathfix perl5 pkgconfig
GNU_CONFIGURE= yes
-
USE_LDCONFIG= yes
-NO_STAGE= yes
-post-extract:
- @${REINPLACE_CMD} -e \
- 's#(libdir)#{prefix}/libdata#g' \
- ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>