diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 15:17:44 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 15:17:44 +0000 |
commit | 5b39cc435104402a9037effbd7af65f17c00987b (patch) | |
tree | bae840e753d6493bf6da7d0cba5d39c7b8b9dcec /sysutils/pdsh | |
parent | 3cb491a56c4b36a5f68da7b5cec72a17975a5ef7 (diff) |
USES=libtool:keepla tar:bzip2
Notes
Notes:
svn path=/head/; revision=360762
Diffstat (limited to 'sysutils/pdsh')
-rw-r--r-- | sysutils/pdsh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/pdsh/Makefile b/sysutils/pdsh/Makefile index 48518991ee74..f9a12bb169a7 100644 --- a/sysutils/pdsh/Makefile +++ b/sysutils/pdsh/Makefile @@ -3,6 +3,7 @@ PORTNAME= pdsh PORTVERSION= 2.28 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE @@ -11,9 +12,9 @@ COMMENT= Parallel Distributed Shell LICENSE= GPLv2 -USES= perl5 -USE_BZIP2= yes GNU_CONFIGURE= yes +# :keepla because port uses lt_dlopen +USES= libtool:keepla perl5 tar:bzip2 USE_PERL5= build OPTIONS_DEFINE= SSH DSHGROUPS NETGROUP READLINE RSH |