diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-11-10 09:44:01 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-11-10 09:44:01 +0000 |
commit | 304742240ded626b4e94103384abf4b502b529bf (patch) | |
tree | d6f9094ea5713d1938b755ba2b63b921ea38a0cb /multimedia/xmms | |
parent | 2785136f82e7913dc483a259ec41086ec1f4e352 (diff) | |
download | ports-304742240ded626b4e94103384abf4b502b529bf.tar.gz ports-304742240ded626b4e94103384abf4b502b529bf.zip |
Notes
Diffstat (limited to 'multimedia/xmms')
-rw-r--r-- | multimedia/xmms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index 062ed70d1710..4b8b81832a2f 100644 --- a/multimedia/xmms/Makefile +++ b/multimedia/xmms/Makefile @@ -111,8 +111,8 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-Visualization_Makefile.am PLIST_SUB+= SPEC="@comment " .endif -.if empty(${PORT_OPTIONS:MSIMD}) post-extract: +.if ! ${PORT_OPTIONS:MSIMD} (cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \ cd ${WRKSRC}/Visualization/blur_scope && ${MV} blur_8.s blur_8.S); ${REINPLACE_CMD} -e 's:\.s :.S :g' -e 's:\.s$$:.S:g' \ @@ -129,7 +129,7 @@ pre-extract: @${ECHO_MSG} "" .endif -.if empty(${PORT_OPTIONS:MRUSXMMS_PATCHES}) +.if ! ${PORT_OPTIONS:MRUSXMMS_PATCHES} @${ECHO_MSG} "" @${ECHO_MSG} "You can enable support for ID3v2 tags and CP1251" @${ECHO_MSG} "encoding by setting the RUSXMMS_PATCHES option." |