diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 13:24:53 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 13:24:53 +0000 |
commit | 2ac8e45b302661f32c1150bc000ad597714a545f (patch) | |
tree | 90ea9c07e1113a3bc340f96d46f703b5020d7eec /graphics/s10sh | |
parent | 9be0d645fd930e63a69f8b0fc651971b3be0f5f9 (diff) |
Add USES=readline to fix build on -current.
Notes
Notes:
svn path=/head/; revision=362689
Diffstat (limited to 'graphics/s10sh')
-rw-r--r-- | graphics/s10sh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index a957019982a9..d58076a878a2 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://www.reynoldsnet.org/s10sh/ \ MAINTAINER= ports@FreeBSD.org COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras +USES= readline + # Don't extract the libusb bundled with s10sh: EXTRACT_AFTER_ARGS= --exclude '*/libusb*' |