aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-02-09 16:41:49 +0800
committerrafan <rafan@FreeBSD.org>2007-02-09 16:41:49 +0800
commit2e1c84ee36febe0ef775f632febdf750057abd4f (patch)
treeab3c225f854f52eef24707d740a017ee575e5e19 /audio
parentf04e489b2861bb6948cab77909604d3c75056c2c (diff)
downloadfreebsd-ports-gnome-2e1c84ee36febe0ef775f632febdf750057abd4f.tar.gz
freebsd-ports-gnome-2e1c84ee36febe0ef775f632febdf750057abd4f.tar.zst
freebsd-ports-gnome-2e1c84ee36febe0ef775f632febdf750057abd4f.zip
- Fix build after libmytinfo removal
Diffstat (limited to 'audio')
-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