1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Remove support for deprecated jpeg-mmx

This commit is contained in:
Michael Johnson 2006-12-20 14:27:29 +00:00
parent c21fb45c65
commit d49386654e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180277

View File

@ -67,9 +67,6 @@ PLIST_SUB+= LAME="@comment "
.if ${MACHINE_CPU:Mmmx}
CONFIGURE_ARGS+= --enable-mmx
.if ${ARCH}=="i386"
LIB_DEPENDS+= jpeg-mmx.62:${PORTSDIR}/graphics/jpeg-mmx
.endif
.else
CONFIGURE_ARGS+= --disable-mmx
.endif