aboutsummaryrefslogtreecommitdiff
path: root/audio/playmidi
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-09 08:41:49 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-09 08:41:49 +0000
commitb94d96f1536f812acc445b85d8b313ae94325da7 (patch)
tree6ed3a76fc579da718ab71c21e7102b2f43ebaa10 /audio/playmidi
parentb3d481c7ebec1d413355342a236e9abcd2ea0bd9 (diff)
downloadports-b94d96f1536f812acc445b85d8b313ae94325da7.tar.gz
ports-b94d96f1536f812acc445b85d8b313ae94325da7.zip
Notes
Diffstat (limited to 'audio/playmidi')
-rw-r--r--audio/playmidi/Makefile1
-rw-r--r--audio/playmidi/files/patch-ab2
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile
index 986470b1fdda..8406e9796cff 100644
--- a/audio/playmidi/Makefile
+++ b/audio/playmidi/Makefile
@@ -7,6 +7,7 @@
PORTNAME= playmidi
PORTVERSION= 2.5
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/audio/playmidi/files/patch-ab b/audio/playmidi/files/patch-ab
index 49fe89576cd1..15bc07ae7d2a 100644
--- a/audio/playmidi/files/patch-ab
+++ b/audio/playmidi/files/patch-ab
@@ -5,7 +5,7 @@
# ncurses usually /usr/lib, -L/usr/local/lib doesn't hurt
# unless there's more than one ncurses floating around on your system
-LIBNC = -L/usr/local/lib -lncurses
-+LIBNC = -lncurses -lmytinfo
++LIBNC = -lncurses
######### NOTE: X11R6 or newer REQUIRED
-LIBX11 = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lXext -lSM -lICE