diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-06-20 21:02:18 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-06-20 21:02:18 +0000 |
commit | 3167b3f60024df32605d7897012853e7f4291967 (patch) | |
tree | f8d63578f848a1de8e4685ad5b201d3c9e7b5d80 /audio | |
parent | 69fa2f2a3409671eb692cacc8189db4f3b4a3885 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rezound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index 308400448255..ee1491cae719 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -7,6 +7,7 @@ PORTNAME= rezound DISTVERSION= 0.12.0beta +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,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/fox14 +LIB_DEPENDS= FOX-1.4:${PORTSDIR}/x11-toolkits/fox14 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |