diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-23 21:24:53 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-23 21:24:53 +0800 |
commit | e273cfa1d1798f129cd57e979464761439387d34 (patch) | |
tree | 90ea9c07e1113a3bc340f96d46f703b5020d7eec /net-p2p | |
parent | 5207e4c90c4fa601a9fd0cad4d0b9b5c7d1345d6 (diff) | |
download | freebsd-ports-gnome-e273cfa1d1798f129cd57e979464761439387d34.tar.gz freebsd-ports-gnome-e273cfa1d1798f129cd57e979464761439387d34.tar.zst freebsd-ports-gnome-e273cfa1d1798f129cd57e979464761439387d34.zip |
Add USES=readline to fix build on -current.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/shx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/shx/Makefile b/net-p2p/shx/Makefile index db1c8a3348dc..834cef1e7044 100644 --- a/net-p2p/shx/Makefile +++ b/net-p2p/shx/Makefile @@ -28,6 +28,7 @@ HAL_DESC= Compile MegaHAL (enables hal command) XMMS_DESC= Enable trackname command NOIPV4_DESC= IPv6 support (disables IPv4 support) +USES= readline MAKEFILE= makefile GNU_CONFIGURE= yes CONFIGURE_ARGS= |