diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-03 00:21:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-03 00:21:00 +0000 |
commit | 646e1169b90f5ce5db7505ac6cc39b8e15b24a27 (patch) | |
tree | d1453682e8cc360e4ac3157b23975a71889b0352 /math/jama | |
parent | 6704a160b7046c580f0cd068a3f1d66f7182a183 (diff) | |
download | ports-646e1169b90f5ce5db7505ac6cc39b8e15b24a27.tar.gz ports-646e1169b90f5ce5db7505ac6cc39b8e15b24a27.zip |
Notes
Diffstat (limited to 'math/jama')
-rw-r--r-- | math/jama/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/jama/Makefile b/math/jama/Makefile index b84e3aac410e..295375992300 100644 --- a/math/jama/Makefile +++ b/math/jama/Makefile @@ -19,7 +19,8 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Java-like Matrix C++ Templates -BUILD_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt +BUILD_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt \ + unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt USE_ZIP= yes |