1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

BROKEN on alpha and amd64: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-23 05:13:20 +00:00
parent 28836626dd
commit 0dcf72d321
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101820
4 changed files with 22 additions and 1 deletions

View File

@ -24,5 +24,10 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
BROKEN= "Does not compile on alpha or amd64"
.endif
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>

View File

@ -24,5 +24,10 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
BROKEN= "Does not compile on alpha or amd64"
.endif
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>

View File

@ -24,5 +24,10 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
BROKEN= "Does not compile on alpha or amd64"
.endif
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>

View File

@ -17,4 +17,10 @@ MAN8= lmtp2nntp.8
PLIST_FILES= sbin/lmtp2nntp
HAS_CONFIGURE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
BROKEN= "Does not compile on alpha and amd64"
.endif
.include <bsd.port.post.mk>