diff options
Diffstat (limited to 'sysutils/pcbsd-libsh/Makefile')
-rw-r--r-- | sysutils/pcbsd-libsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pcbsd-libsh/Makefile b/sysutils/pcbsd-libsh/Makefile index 1c90960..8fd9e94 100644 --- a/sysutils/pcbsd-libsh/Makefile +++ b/sysutils/pcbsd-libsh/Makefile @@ -11,8 +11,9 @@ COMMENT= PC-BSD Shell Library LICENSE= BSD3CLAUSE WRKSRC_SUBDIR= src-sh/libsh -USES= pkgconfig tar:xz +USES= pkgconfig NO_BUILD= yes +NO_ARCH= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} USE_GITHUB= yes |