Drop misleading BROKEN statement: port builds and installs fine everywhere.

This commit is contained in:
Alexey Dokuchaev 2015-09-06 14:15:14 +00:00
parent 4331696728
commit 88eafc048d

View file

@ -18,10 +18,4 @@ PLIST_FILES= bin/pgdbf \
%%DOCSDIR%%/README \
man/man1/pgdbf.1.gz
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>