diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 17:08:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 17:08:05 +0800 |
commit | c6ed774685b6da800b88519674cf56f74856c303 (patch) | |
tree | 81b4ad132fd174303b6a171deebf2bf630fd233a /games/inform | |
parent | ee0d9b1955f8c3a9cba77fca1dbed70cd0956c30 (diff) | |
download | freebsd-ports-gnome-c6ed774685b6da800b88519674cf56f74856c303.tar.gz freebsd-ports-gnome-c6ed774685b6da800b88519674cf56f74856c303.tar.zst freebsd-ports-gnome-c6ed774685b6da800b88519674cf56f74856c303.zip |
unzip is also a BUILD_DEPENDS since this port extracts a zip file in the
install phase.
Diffstat (limited to 'games/inform')
-rw-r--r-- | games/inform/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/inform/Makefile b/games/inform/Makefile index d6e121642e7c..a355ac89353a 100644 --- a/games/inform/Makefile +++ b/games/inform/Makefile @@ -25,6 +25,7 @@ NO_WRKSUBDIR= yes EXTRACT_ONLY= inform621_source.zip USE_ZIP= yes +BUILD_DEPENDS= unzip:/usr/ports/archivers/unzip # I can hardly believe it, but the ".c" and ".h" extensions are # not present on the source files. |