1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Back out previous, looks like it was fixed yesterday.

Pointy hat to:	kris
This commit is contained in:
Kris Kennaway 2004-04-12 03:54:52 +00:00
parent 77826a265a
commit 806c656fa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106777

View File

@ -28,12 +28,6 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
post-extract:
@${RM} -f ${WRKSRC}/src/getopt*
@ -58,4 +52,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README.euc ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>