diff options
author | nork <nork@FreeBSD.org> | 2005-09-17 08:49:19 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-09-17 08:49:19 +0800 |
commit | 1579cb3bafef78b307dfc4e593895813a6c7053d (patch) | |
tree | 3b38f871ef88ed442d1182aa8969642e3bbd7206 /audio/eawpats | |
parent | 210ec4d928897e0f75b1b94af8803e19442f0c03 (diff) | |
download | freebsd-ports-gnome-1579cb3bafef78b307dfc4e593895813a6c7053d.tar.gz freebsd-ports-gnome-1579cb3bafef78b307dfc4e593895813a6c7053d.tar.zst freebsd-ports-gnome-1579cb3bafef78b307dfc4e593895813a6c7053d.zip |
o Fix deep recursion problem of dependency on self. [1]
o Fix typo in playmidi.c. [2]
o Find tk84 or tk83 library for timidity++-tcltk slave port. [2]
o Change install directory of Japanese documentation files. [2]
o Add RUN_DEPENDS on the timidity.cfg installed by audio/eawpats. [2] [3]
I'll add audio/eawplus, and change dependency on audio/eawplus.
o Remove explicit requirements for particular major numbers [2]
of the dependencies' share libraries. [2]
Pointed out by: Mikhail Teterin <mi+kde@aldan.algebra.com> [1] [3]
Noticed by: portmgr (marcus) [1]
Suggested by: portmgr (kris) [1]
Submitted by: Mikhail Teterin <mi@corbulon.video-collage.com> [2]
Approved by: Jonathan Lennox <lennox@cs.columbia.edu> [3]
Diffstat (limited to 'audio/eawpats')
-rw-r--r-- | audio/eawpats/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/eawpats/Makefile b/audio/eawpats/Makefile index 711ede77d21a..38cdd14ba2f4 100644 --- a/audio/eawpats/Makefile +++ b/audio/eawpats/Makefile @@ -7,7 +7,7 @@ PORTNAME= eawpats PORTVERSION= 12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles @@ -16,9 +16,6 @@ DISTNAME= eawpats12_full MAINTAINER= lennox@cs.columbia.edu COMMENT= Eric A. Welsh's collection of Gravis Ultrasound MIDI patches -# Not useful without timidity. -RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity++ - RESTRICTED= Some of the patches are marked no-commercial-use NO_BUILD= yes |