From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 17:16:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A933A9C; Wed, 23 Jul 2014 17:16:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37BD424EA; Wed, 23 Jul 2014 17:16:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NHGsBX070285; Wed, 23 Jul 2014 17:16:54 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NHGsr9070284; Wed, 23 Jul 2014 17:16:54 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407231716.s6NHGsr9070284@svn.freebsd.org> From: Adam Weinberger Date: Wed, 23 Jul 2014 17:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362715 - head/sysutils/djmount X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2014 17:16:54 -0000 Author: adamw Date: Wed Jul 23 17:16:53 2014 New Revision: 362715 URL: http://svnweb.freebsd.org/changeset/ports/362715 QAT: https://qat.redports.org/buildarchive/r362715/ Log: Add USES=readline to fix build. Modified: head/sysutils/djmount/Makefile Modified: head/sysutils/djmount/Makefile ============================================================================== --- head/sysutils/djmount/Makefile Wed Jul 23 17:15:28 2014 (r362714) +++ head/sysutils/djmount/Makefile Wed Jul 23 17:16:53 2014 (r362715) @@ -16,7 +16,7 @@ LIB_DEPENDS= libupnp.so:${PORTSDIR}/deve PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes -USES= fuse iconv:build pkgconfig +USES= fuse iconv:build pkgconfig readline CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-fuse-prefix=${LOCALBASE} \ --with-external-libupnp --with-libupnp-prefix=${LOCALBASE}