diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 15:29:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 15:29:32 +0000 |
commit | 915ddba64cc269d0fbc90064df5c004bbd099d82 (patch) | |
tree | 7ba7f93e5468cce121032e528ca31cc3b97fbee9 /net/tramp | |
parent | 77f7a7bd7367cce644cf8edb4ca75f8d945a8190 (diff) |
Notes
Diffstat (limited to 'net/tramp')
-rw-r--r-- | net/tramp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile index 33dcda70d68c..8ae887e6f879 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -13,7 +13,7 @@ COMMENT= Transparent remote file access tool for emacsen USE_EMACS= yes -USES= gmake +USES= gmake makeinfo USE_AUTOTOOLS= autoconf TRAMP_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} |