diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-02 04:54:26 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-02 04:54:26 +0800 |
commit | 08cde20eb597d3f178f7a923d9b7887257ab371b (patch) | |
tree | 7d68a67d021272996523e8b0886f446bd5489bf6 /audio/timidity | |
parent | 200ae35a4479406b9714ec550a38c00317a07285 (diff) | |
download | freebsd-ports-gnome-08cde20eb597d3f178f7a923d9b7887257ab371b.tar.gz freebsd-ports-gnome-08cde20eb597d3f178f7a923d9b7887257ab371b.tar.zst freebsd-ports-gnome-08cde20eb597d3f178f7a923d9b7887257ab371b.zip |
- Fix build after libmytinfo is gone.
Reported by: kris
Diffstat (limited to 'audio/timidity')
-rw-r--r-- | audio/timidity/Makefile | 1 | ||||
-rw-r--r-- | audio/timidity/files/patch-ab | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 3a87565c7548..2519dd573b68 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -7,6 +7,7 @@ PORTNAME= timidity PORTVERSION= 0.2i +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.kiarchive.ru/pub/misc/hardware/soundcard/gus/:tiins \ http://www.onicos.com/staff/iz/timidity/dist/:timidity diff --git a/audio/timidity/files/patch-ab b/audio/timidity/files/patch-ab index ca9ccdf6fcfe..2f3be4d11d0f 100644 --- a/audio/timidity/files/patch-ab +++ b/audio/timidity/files/patch-ab @@ -29,17 +29,6 @@ # Where to install the Tcl code, if you use the Tcl code that is. TCL_DIR = $(TIMID_DIR) -@@ -93,8 +93,8 @@ - # Select the ncurses full-screen interface - SYSTEM += -DIA_NCURSES - SYSEXTRAS += ncurs_c.c --EXTRAINCS += -I/usr/include/ncurses --EXTRALIBS += -lncurses -+#EXTRAINCS += -I/usr/include/ncurses -+EXTRALIBS += -lncurses -lmytinfo - - ## Select the S-Lang full-screen interface - #SYSTEM += -DIA_SLANG @@ -112,9 +112,9 @@ #EXTRALIBS += -lgen |