diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-24 10:37:45 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-24 10:37:45 +0000 |
commit | 9439aeb2c5fe39b976a25bcfe827f9213776c973 (patch) | |
tree | 7597b6fd6918f7d6f992356b9de529bfb3300963 /math/physcalc | |
parent | 7f251687a22aeb89ecf5d07a5faba498008926ef (diff) | |
download | ports-9439aeb2c5fe39b976a25bcfe827f9213776c973.tar.gz ports-9439aeb2c5fe39b976a25bcfe827f9213776c973.zip |
Notes
Diffstat (limited to 'math/physcalc')
-rw-r--r-- | math/physcalc/Makefile | 2 |
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 |