diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-22 01:15:14 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-22 01:15:14 +0800 |
commit | 43636950ad01aad98eaab6f75297e5073d87e478 (patch) | |
tree | c6f586cd1d4a5465956f93cb704a948b73424bc3 /net-p2p/microdc2 | |
parent | d5c868ba4e9e46052c2ac3d4fd729bcd243c1e40 (diff) | |
download | freebsd-ports-gnome-43636950ad01aad98eaab6f75297e5073d87e478.tar.gz freebsd-ports-gnome-43636950ad01aad98eaab6f75297e5073d87e478.tar.zst freebsd-ports-gnome-43636950ad01aad98eaab6f75297e5073d87e478.zip |
Add USES=readline to fix configure.
Diffstat (limited to 'net-p2p/microdc2')
-rw-r--r-- | net-p2p/microdc2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/microdc2/Makefile b/net-p2p/microdc2/Makefile index ba368149543a..bac679ccb775 100644 --- a/net-p2p/microdc2/Makefile +++ b/net-p2p/microdc2/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 CONFLICTS= tthsum-[0-9]* -USES= iconv +USES= iconv readline GNU_CONFIGURE= yes USE_GNOME= libxml2 |