diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-11 14:31:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-11 14:31:13 +0800 |
commit | 85042c53981252472238094a8c27db54dea755b4 (patch) | |
tree | ec71730097163599c4e309ca24838477f8efffd7 /math/physcalc | |
parent | 41d71833b71d5dccb1666c72d56f6abb680be490 (diff) | |
download | freebsd-ports-gnome-85042c53981252472238094a8c27db54dea755b4.tar.gz freebsd-ports-gnome-85042c53981252472238094a8c27db54dea755b4.tar.zst freebsd-ports-gnome-85042c53981252472238094a8c27db54dea755b4.zip |
Unbreak
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 c788517b2990..8c67a6cd3a29 100644 --- a/math/physcalc/Makefile +++ b/math/physcalc/Makefile @@ -15,7 +15,7 @@ EXTRACT_BEFORE_ARGS= -aq EXTRACT_AFTER_ARGS= -x physcalc -d ${WRKDIR} NO_WRKSUBDIR= yes -USES= zip +USES= zip:infozip DEFS= -DSHAREDIR="\"${PREFIX}/share/physcalc/\"" SRCS= physconv.c physmain.c physmlib.c physnode.c physoper.c \ |