aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/pslib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile
index 005124f9e78c..2dcc5bc9999d 100644
--- a/print/pslib/Makefile
+++ b/print/pslib/Makefile
@@ -28,6 +28,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
ac_cv_prog_DOC_TO_MAN=""
INSTALLS_SHLIB= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH}==sparc64
+BROKEN= does not compile on ${ARCH}
+.endif
+
.if defined(WITHOUT_NLS)
CONFIGURE_ENV+= ac_cv_header_libintl_h=no
PLIST_SUB+= NLS="@comment "
@@ -41,4 +47,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|@USE_NLS@|no|g' ${WRKSRC}/po/Makefile.in.in
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>