diff options
author | anders <anders@FreeBSD.org> | 2011-08-22 07:07:22 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2011-08-22 07:07:22 +0800 |
commit | 888e06848c5471acb5d2540ee2e4f6494fc130fd (patch) | |
tree | 1c1f440dfa0f941c32fdd26ecb53ba57bcc21a96 /net | |
parent | 2aa3022ebc528adbbb08f7437bce3e50d110b63c (diff) | |
download | freebsd-ports-gnome-888e06848c5471acb5d2540ee2e4f6494fc130fd.tar.gz freebsd-ports-gnome-888e06848c5471acb5d2540ee2e4f6494fc130fd.tar.zst freebsd-ports-gnome-888e06848c5471acb5d2540ee2e4f6494fc130fd.zip |
Drop runtime dependency on Test::Simple.
PR: 159875
Submitted by: Nick Hibma <nick@anywi.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Filesys-SmbClient/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/p5-Filesys-SmbClient/Makefile b/net/p5-Filesys-SmbClient/Makefile index 51fff356158b..596e0a631654 100644 --- a/net/p5-Filesys-SmbClient/Makefile +++ b/net/p5-Filesys-SmbClient/Makefile @@ -16,7 +16,6 @@ COMMENT= Interface for access Samba filesystem with libsmclient.so LIB_DEPENDS= smbclient.0:${PORTSDIR}/net/samba-libsmbclient BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |