diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-10 15:53:58 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-10 15:53:58 +0000 |
commit | 66bfe07215e90a39a999ca072a88b6237ae8b61f (patch) | |
tree | a38eeff490e55011ba4c497f99c8d258b695c85e /audio | |
parent | 1fd7d56db5acd1e09289008004fb37c682ee63d6 (diff) | |
download | ports-66bfe07215e90a39a999ca072a88b6237ae8b61f.tar.gz ports-66bfe07215e90a39a999ca072a88b6237ae8b61f.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rezound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index e91e2631d601..a6b9c1b7e988 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -15,7 +15,7 @@ MAINTAINER= danfe@FreeBSD.org COMMENT= Graphical audio file editor BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison -LIB_DEPENDS= FOX-1.4.7:${PORTSDIR}/x11-toolkits/fox-devel +LIB_DEPENDS= FOX-1.4.7:${PORTSDIR}/x11-toolkits/fox14 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |