diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-09 00:46:55 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-09 00:46:55 +0800 |
commit | 66cb346c84409227b8ef3a9689adcee847962f3e (patch) | |
tree | eb29e2e0093c7e259237a94016e7bbcecf3130a6 /net/xmlrpc-c-devel | |
parent | 03ca6101f0617fc370ce7d81f3615d6ca86a79b9 (diff) | |
download | freebsd-ports-gnome-66cb346c84409227b8ef3a9689adcee847962f3e.tar.gz freebsd-ports-gnome-66cb346c84409227b8ef3a9689adcee847962f3e.tar.zst freebsd-ports-gnome-66cb346c84409227b8ef3a9689adcee847962f3e.zip |
one of its tools need Frontier::Client perl module
Diffstat (limited to 'net/xmlrpc-c-devel')
-rw-r--r-- | net/xmlrpc-c-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile index 6099a503835e..464d4e4b4c6d 100644 --- a/net/xmlrpc-c-devel/Makefile +++ b/net/xmlrpc-c-devel/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC USE_LIBTOOL= yes GNU_CONFIGURE= yes |