Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 2014 04:02:59 +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: r364397 - in head: audio/cutmp3 lang/Gofer
Message-ID:  <53e59d74.2e80.6f3dc844@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Aug  9 04:02:59 2014
New Revision: 364397
URL: http://svnweb.freebsd.org/changeset/ports/364397
QAT: https://qat.redports.org/buildarchive/r364397/

Log:
  Add USES=readline to fix build on current.

Modified:
  head/audio/cutmp3/Makefile
  head/lang/Gofer/Makefile

Modified: head/audio/cutmp3/Makefile
==============================================================================
--- head/audio/cutmp3/Makefile	Sat Aug  9 03:58:37 2014	(r364396)
+++ head/audio/cutmp3/Makefile	Sat Aug  9 04:02:59 2014	(r364397)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.puchalla-online
 MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	Small and fast command line MP3 editor
 
-USES=		tar:bzip2
+USES=		tar:bzip2 readline
 
 PLIST_FILES=	bin/cutmp3 man/man1/cutmp3.1.gz
 

Modified: head/lang/Gofer/Makefile
==============================================================================
--- head/lang/Gofer/Makefile	Sat Aug  9 03:58:37 2014	(r364396)
+++ head/lang/Gofer/Makefile	Sat Aug  9 04:02:59 2014	(r364397)
@@ -13,6 +13,8 @@ COMMENT=	Lazy functional language
 
 WRKSRC=		${WRKDIR}/src
 
+USES=		readline
+
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -DUSE_READLINE=1" \
 		LDFLAGS="${LDFLAGS} -lm -lreadline" OPTFLAGS=""
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e59d74.2e80.6f3dc844>