diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 09:07:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 09:07:26 +0000 |
commit | 3b1c9024759a0c43c2129cf25e069c91b9cc0d0d (patch) | |
tree | f9a6dbdd4bda3614455593d56f450cfc84a41d86 | |
parent | ddd31bfff6ee94e92ba65b1188284e0bbe95cefe (diff) | |
download | freebsd-ports-3b1c9024759a0c43c2129cf25e069c91b9cc0d0d.zip |
unzip is also a BUILD_DEPENDS since this port extracts a zip file in
the install phase.
-rw-r--r-- | devel/tnt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/tnt/Makefile b/devel/tnt/Makefile index cc36dd1ae49b..f2cae84bea40 100644 --- a/devel/tnt/Makefile +++ b/devel/tnt/Makefile @@ -21,6 +21,7 @@ COMMENT= Template Numerical Toolkit USE_ZIP= yes NO_BUILD= yes +BUILD_DEPENDS= unzip:/usr/ports/archivers/unzip do-install: ${MKDIR} ${PREFIX}/include/tnt |