diff options
author | pat <pat@FreeBSD.org> | 2002-06-18 22:04:47 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-18 22:04:47 +0000 |
commit | 30d6765ab4b24abe577a9870db8b8388d4cd5a97 (patch) | |
tree | 5b0d5b518c14f8f6cc0759c1e4d630cad9607425 /net/rsync | |
parent | 6c8047d5e878d0d0c566c11765fe51e14808b4a9 (diff) | |
download | FreeBSD-ports-30d6765ab4b24abe577a9870db8b8388d4cd5a97.zip FreeBSD-ports-30d6765ab4b24abe577a9870db8b8388d4cd5a97.tar.gz |
Remove perl dependency
PR: 39488
Submitted by: maintainer
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 093017a..f6d507c 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -17,7 +17,6 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ MAINTAINER= obraun@informatik.unibw-muenchen.de -BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes |