diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:39:21 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:39:21 +0000 |
commit | f613ac049d40272c3b27a76dbab7f6723f2a2ba2 (patch) | |
tree | e62b67c39f729f55f17b68f6438f9f1beeadd10c /audio/playgsf/Makefile | |
parent | 2f2aafd9bf4a01f681da4598e18663001e4a9406 (diff) | |
download | ports-f613ac049d40272c3b27a76dbab7f6723f2a2ba2.tar.gz ports-f613ac049d40272c3b27a76dbab7f6723f2a2ba2.zip |
Notes
Diffstat (limited to 'audio/playgsf/Makefile')
-rw-r--r-- | audio/playgsf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index 08b6b85c28ba..9fbd73ccffd9 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -7,6 +7,7 @@ PORTNAME= playgsf PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://projects.raphnet.net/playgsf/ \ CRITICAL @@ -14,7 +15,7 @@ MASTER_SITES= http://projects.raphnet.net/playgsf/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command line player for gsf audio files -LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao +LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao USE_GMAKE= yes GNU_CONFIGURE= yes |