diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-21 17:15:14 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-21 17:15:14 +0000 |
commit | f1c41f730541798b9b9a1f046946121eada80c38 (patch) | |
tree | c6f586cd1d4a5465956f93cb704a948b73424bc3 /net-mgmt/scli | |
parent | 5c2e8607b151841268833ddcb33466aa4a8da4e3 (diff) |
Add USES=readline to fix configure.
Notes
Notes:
svn path=/head/; revision=362452
Diffstat (limited to 'net-mgmt/scli')
-rw-r--r-- | net-mgmt/scli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile index ca8032715fde..6be6169175f7 100644 --- a/net-mgmt/scli/Makefile +++ b/net-mgmt/scli/Makefile @@ -14,7 +14,7 @@ COMMENT= A collection of SNMP command line management tools LIB_DEPENDS= libgsnmp.so:${PORTSDIR}/net-mgmt/gsnmp GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig readline USE_GNOME= libxml2 INFO= scli |