diff options
author | barner <barner@FreeBSD.org> | 2007-07-04 23:10:58 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2007-07-04 23:10:58 +0800 |
commit | bf1a3874aa1c460365e3e2ec3861fb30d88ce983 (patch) | |
tree | 1959b096418c744ba154c2fbbfdbf7055a654918 /audio/mp3plot | |
parent | f68596762687c06b29aade20be0bfa9330b5ee81 (diff) | |
download | freebsd-ports-gnome-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.gz freebsd-ports-gnome-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.zst freebsd-ports-gnome-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.zip |
- Bump boost shared library version to 4
- Bump PORTREVISION
Diffstat (limited to 'audio/mp3plot')
-rw-r--r-- | audio/mp3plot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index 1c521ccb5edb..36d8d6e72355 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -7,13 +7,14 @@ PORTNAME= mp3plot DISTVERSION= 0.4.0a +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ CENKES MAINTAINER= infofarmer@FreeBSD.org COMMENT= Mp3 bitrate plot tool -LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost +LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include |