diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /audio/bmp-musepack | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Notes
Diffstat (limited to 'audio/bmp-musepack')
-rw-r--r-- | audio/bmp-musepack/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/bmp-musepack/Makefile b/audio/bmp-musepack/Makefile index 5a3186225711..b76c3ec91732 100644 --- a/audio/bmp-musepack/Makefile +++ b/audio/bmp-musepack/Makefile @@ -6,8 +6,7 @@ PORTNAME= musepack PORTVERSION= 1.2 -PORTREVISION= 1 -PORTREIVIOSN= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://files.musepack.net/linux/plugins/ PKGNAMEPREFIX= bmp- @@ -26,7 +25,7 @@ USE_GMAKE= yes CPPFLAGS+= "-I${LOCALBASE}/include" GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= autoconf:261 libtool:15 PLUGDIR= lib/bmp/Input PLUGFILE= libbmp-mpc.so PLIST_FILES= ${PLUGDIR}/${PLUGFILE} |