aboutsummaryrefslogtreecommitdiff
path: root/math/physcalc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/physcalc/Makefile')
-rw-r--r--math/physcalc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/physcalc/Makefile b/math/physcalc/Makefile
index 9df14485bb94..7c2f05576cc6 100644
--- a/math/physcalc/Makefile
+++ b/math/physcalc/Makefile
@@ -21,7 +21,7 @@ USE_ZIP= yes
DEFS= -DSHAREDIR="\"${PREFIX}/share/physcalc/\""
SRCS= physconv.c physmain.c physmlib.c physnode.c physoper.c \
- physsolv.c
+ physsolv.c
pre-build:
${PERL} -pi -e "s@void main@int main@g" ${WRKSRC}/physmain.c