diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-16 23:33:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-16 23:33:22 +0000 |
commit | cca235c94368e945d3306518e0c8a1b23c6843f2 (patch) | |
tree | 1cab1af4282e0a1fbb91b6a4fd742116387765fc /net/rsync | |
parent | 7247e93f9776de5779bafa7c5b8db84fd98843e1 (diff) | |
download | ports-cca235c94368e945d3306518e0c8a1b23c6843f2.tar.gz ports-cca235c94368e945d3306518e0c8a1b23c6843f2.zip |
Needs perl to build.
Notes
Notes:
svn path=/head/; revision=59284
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 488c9076e15f..bc1a191426ea 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -17,6 +17,7 @@ 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 |