diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-07 19:57:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-07 19:57:30 +0000 |
commit | 3c517227e2d1878885ceea83662ed2bcc5bda768 (patch) | |
tree | 5221a3ca49b5ad04cda55f8af4e13c0aff5ee490 /audio | |
parent | 4538454b4ac89fadac89b99e2b5b7ed4af4d763f (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rezound/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index bea1298b1460..36533a56ba81 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -12,6 +12,8 @@ COMMENT= Graphical audio file editor LICENSE= GPLv2 +BROKEN= Fails to configure with gcc, fails to link with clang + LIB_DEPENDS= libFOX-1.4.so:${PORTSDIR}/x11-toolkits/fox14 USES= bison |