svn commit: r362715 - head/sysutils/djmount

Adam Weinberger adamw at FreeBSD.org
Wed Jul 23 17:16:54 UTC 2014


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}


More information about the svn-ports-head mailing list