diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-12 19:36:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-12 19:36:13 +0000 |
commit | 645c948fc42359041ed48be6d8423c30afa27641 (patch) | |
tree | 26b849c8660b8fa50dbf4cbb4bad397804e25904 /deskutils | |
parent | - Add patch to fix hashish with current version of cryptopp (diff) |
Fix BUILD_DEPENDS.
Reported by: kris via pointyhat.
Notes
Notes:
svn path=/head/; revision=123830
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/freemind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/freemind/Makefile b/deskutils/freemind/Makefile index 9fd129786386..f2b65d65cd03 100644 --- a/deskutils/freemind/Makefile +++ b/deskutils/freemind/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-bin-${PORTVERSION:S/./_/g} MAINTAINER= cartola@openit.com.br COMMENT= Free mind-mapping software written in Java -.if defined(ZIPDEPENDS) +.if !exists(/usr/bin/unzip) BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip .endif .if !exists(/usr/bin/zip) |