diff options
-rw-r--r-- | audio/playmidi/Makefile | 1 | ||||
-rw-r--r-- | audio/playmidi/files/patch-ab | 2 |
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 |