summaryrefslogtreecommitdiff
path: root/math/fityk
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
commitc44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch)
treee6dd259a421e47b261f2bd597fcca9e4eec75ae0 /math/fityk
parentUpdate to 0.6.1.28 (diff)
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
Notes
Notes: svn path=/head/; revision=190286
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>