diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-28 11:09:22 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-28 11:09:22 +0000 |
commit | e6d6d84207761981ec72e21ad7ea65da92948af4 (patch) | |
tree | 68432bfd2e057585c3d4639ff9e60a1c8531dfd0 /audio/madman | |
parent | Update to 0.8.16. (diff) |
- Fix build. Unbreak.
PR: ports/89641
Submitted by: Daniel Roethlisberger (maintainer)
Notes
Notes:
svn path=/head/; revision=149764
Diffstat (limited to 'audio/madman')
-rw-r--r-- | audio/madman/Makefile | 2 | ||||
-rw-r--r-- | audio/madman/files/patch-designer_mainwin.ui | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/audio/madman/Makefile b/audio/madman/Makefile index 630acc3b7fe7..9b8b6199ac42 100644 --- a/audio/madman/Makefile +++ b/audio/madman/Makefile @@ -21,8 +21,6 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ vorbis.3:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= python:${PORTSDIR}/lang/python -BROKEN= Does not compile - USE_QT_VER= 3 USE_GNOME= glib12 diff --git a/audio/madman/files/patch-designer_mainwin.ui b/audio/madman/files/patch-designer_mainwin.ui new file mode 100644 index 000000000000..9b0105921ebb --- /dev/null +++ b/audio/madman/files/patch-designer_mainwin.ui @@ -0,0 +1,11 @@ +--- designer/mainwin.ui.orig Sun Nov 27 21:32:01 2005 ++++ designer/mainwin.ui Sun Nov 27 21:32:08 2005 +@@ -1040,8 +1040,5 @@ + </slots> + <layoutdefaults spacing="6" margin="2"/> + <includehints> +- <includehint>tsonglistview.h</includehint> +- <includehint>tsetlistview.h</includehint> +- <includehint>tsonglistview.h</includehint> + </includehints> + </UI> |