Date: Sun, 20 Nov 2016 04:41:18 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426554 - in head: archivers/zipmix multimedia/gst123 Message-ID: <201611200441.uAK4fIEj057761@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Nov 20 04:41:18 2016 New Revision: 426554 URL: https://svnweb.freebsd.org/changeset/ports/426554 Log: archivers/zipmix, multimedia/gst123: Document ncurses requirement Approved by: ncurses blanket Modified: head/archivers/zipmix/Makefile head/multimedia/gst123/Makefile Modified: head/archivers/zipmix/Makefile ============================================================================== --- head/archivers/zipmix/Makefile Sun Nov 20 04:33:15 2016 (r426553) +++ head/archivers/zipmix/Makefile Sun Nov 20 04:41:18 2016 (r426554) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_src MAINTAINER= portmaster@BSDforge.com COMMENT= Produce .ZIP file from two other ones with the best compressed files -USES= dos2unix zip +USES= dos2unix ncurses zip MAKEFILE= ${FILESDIR}/Makefile NO_WRKSUBDIR= yes Modified: head/multimedia/gst123/Makefile ============================================================================== --- head/multimedia/gst123/Makefile Sun Nov 20 04:33:15 2016 (r426553) +++ head/multimedia/gst123/Makefile Sun Nov 20 04:41:18 2016 (r426554) @@ -12,7 +12,7 @@ COMMENT= Command-line tool to play audio LICENSE= LGPL20 GNU_CONFIGURE= yes -USES= gmake pkgconfig tar:bzip2 +USES= gmake ncurses pkgconfig tar:bzip2 USE_GNOME= gtk20 CONFIGURE_ENV= NCURSES5_CONFIG=/usr/bin/true LDFLAGS+= -lncurses -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611200441.uAK4fIEj057761>