- Fix plist for alpha

This commit is contained in:
Dirk Meyer 2004-02-20 05:52:26 +00:00
parent d18aa5353c
commit f37590a79e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101472
2 changed files with 6 additions and 6 deletions

View File

@ -77,10 +77,10 @@ post-patch:
CONFIGURE_ENV+= LIBS="-L/usr/lib -lcipher"
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
PLIST_SUB+= MMX="@comment "
.else
.if ${ARCH} == "i386"
PLIST_SUB+= MMX=""
.else
PLIST_SUB+= MMX="@comment "
.endif
.include <bsd.port.post.mk>

View File

@ -77,10 +77,10 @@ post-patch:
CONFIGURE_ENV+= LIBS="-L/usr/lib -lcipher"
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
PLIST_SUB+= MMX="@comment "
.else
.if ${ARCH} == "i386"
PLIST_SUB+= MMX=""
.else
PLIST_SUB+= MMX="@comment "
.endif
.include <bsd.port.post.mk>