aboutsummaryrefslogtreecommitdiff
path: root/math/fityk
diff options
context:
space:
mode:
Diffstat (limited to 'math/fityk')
-rw-r--r--math/fityk/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile
index 0d8e63c23a2c..534e12acbf72 100644
--- a/math/fityk/Makefile
+++ b/math/fityk/Makefile
@@ -38,15 +38,9 @@ PLIST_DIRS= %%DATADIR%%
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not compile on 4.x
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|^CPPFLAGS=|#CPPFLAGS=|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|config 3rdparty|config|g ; \
s|^install-data-am:|install-data-am:#|g' ${WRKSRC}/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>