aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-23 18:16:58 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-23 18:16:58 +0000
commitdb85bb4f6bf09b087185a36fea5267d2691ebf21 (patch)
tree14236faaeffa6c7a1047d6226db9360fad7d0c0c /audio
parent16f65950538b15555caac8003b0c3b10de33600b (diff)
downloadports-db85bb4f6bf09b087185a36fea5267d2691ebf21.tar.gz
ports-db85bb4f6bf09b087185a36fea5267d2691ebf21.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3info/Makefile2
-rw-r--r--audio/mp3info/files/patch-Makefile6
2 files changed, 5 insertions, 3 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile
index 3f836aec7d05..325c6c66021b 100644
--- a/audio/mp3info/Makefile
+++ b/audio/mp3info/Makefile
@@ -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
diff --git a/audio/mp3info/files/patch-Makefile b/audio/mp3info/files/patch-Makefile
index 728112309ae2..4e494e4d24b1 100644
--- a/audio/mp3info/files/patch-Makefile
+++ b/audio/mp3info/files/patch-Makefile
@@ -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