diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-10-23 04:05:18 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-10-23 04:05:18 +0000 |
commit | da04a33ff0df45edd67b3b94e8d7acca72b82db7 (patch) | |
tree | 657a7b31cf3ddfa00c9135f190b11ece703d5098 /audio/xmms-wma/Makefile | |
parent | bdafe33dc0e689d5ded4de6a134ae704061e8570 (diff) | |
download | ports-da04a33ff0df45edd67b3b94e8d7acca72b82db7.tar.gz ports-da04a33ff0df45edd67b3b94e8d7acca72b82db7.zip |
Notes
Diffstat (limited to 'audio/xmms-wma/Makefile')
-rw-r--r-- | audio/xmms-wma/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-wma/Makefile b/audio/xmms-wma/Makefile index 8f294663f8ff..f3e8657c56b5 100644 --- a/audio/xmms-wma/Makefile +++ b/audio/xmms-wma/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmms-wma -PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTVERSION= 1.0.4.1 CATEGORIES= audio MASTER_SITES= http://mcmcc.bat.ru/xmms-wma/ @@ -36,6 +35,7 @@ pre-everything:: @${ECHO_MSG} "You may specify the following on the command line:" @${ECHO_MSG} " " @${ECHO_MSG} "WITH_ICONV=yes Enable tag recoding support using iconv" + @${ECHO_MSG} " " .endif post-extract: |