svn commit: r420729 - in head/audio/mp3info: . files

John Marino marino at FreeBSD.org
Tue Aug 23 18:16:59 UTC 2016


Author: marino
Date: Tue Aug 23 18:16:58 2016
New Revision: 420729
URL: https://svnweb.freebsd.org/changeset/ports/420729

Log:
  audio/mp3info: document and fix ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/audio/mp3info/Makefile
  head/audio/mp3info/files/patch-Makefile

Modified: head/audio/mp3info/Makefile
==============================================================================
--- head/audio/mp3info/Makefile	Tue Aug 23 18:09:23 2016	(r420728)
+++ head/audio/mp3info/Makefile	Tue Aug 23 18:16:58 2016	(r420729)
@@ -16,7 +16,7 @@ OPTIONS_DEFINE=	GTK2 DOCS
 GTK2_DESC=	Enable to have the gmp3info
 
 ALL_TARGET=	mp3info
-USES=		tar:tgz
+USES=		ncurses tar:tgz
 
 PLIST_FILES=	bin/mp3info man/man1/mp3info.1.gz
 PORTDOCS=	ChangeLog README mp3info.txt

Modified: head/audio/mp3info/files/patch-Makefile
==============================================================================
--- head/audio/mp3info/files/patch-Makefile	Tue Aug 23 18:09:23 2016	(r420728)
+++ head/audio/mp3info/files/patch-Makefile	Tue Aug 23 18:16:58 2016	(r420729)
@@ -1,11 +1,13 @@
 --- Makefile.orig	2006-11-10 00:14:11 UTC
 +++ Makefile
-@@ -44,8 +44,8 @@ INSTALL = /usr/bin/install -c
+@@ -43,9 +43,9 @@ RM = /bin/rm
+ INSTALL = /usr/bin/install -c
  STRIP = strip
  
- LIBS = -lncurses
+-LIBS = -lncurses
 -CC = gcc
 -CFLAGS = -g -O2 -Wall
++LIBS = $(LDFLAGS) -lncurses
 +CC ?= cc
 +CFLAGS ?= -O -pipe
  


More information about the svn-ports-all mailing list