aboutsummaryrefslogtreecommitdiff
path: root/math/gretl/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:05:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:05:49 +0000
commitf28d272707d9d301a0ddd999c7b84b81c86e9a0a (patch)
tree90d1cb3f6a475cff114d10d1718e8a277c726a87 /math/gretl/Makefile
parent0e158d3730bbc27bae25e16aa56d838a99160593 (diff)
downloadports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.tar.gz
ports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.zip
Notes
Diffstat (limited to 'math/gretl/Makefile')
-rw-r--r--math/gretl/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index fd863f2ff857..600864e54641 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -66,14 +66,8 @@ BLAS= -lblas
LAPACK= -llapack
.endif
-.if ${OSVERSION} > 502010
-GNU_REGEX_H= gnu/regex.h
-.else
-GNU_REGEX_H= gnuregex.h
-.endif
-
post-patch:
- @${REINPLACE_CMD} -e 's|<regex.h>|<${GNU_REGEX_H}>|g' \
+ @${REINPLACE_CMD} -e 's|<regex.h>|<gnu/regex.h>|g' \
${WRKSRC}/gui2/gtksourceview/gtksourceregex.c
pre-configure: