Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 17:16:54 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362715 - head/sysutils/djmount
Message-ID:  <201407231716.s6NHGsr9070284@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407231716.s6NHGsr9070284>