diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-12 19:36:13 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-12 19:36:13 +0000 |
commit | abd4701d96e5ee89fa5c044269f7048b273a2347 (patch) | |
tree | 1f6f36614e0e2530d4df96a839530841af3e07c3 /deskutils | |
parent | 076670322f1077e385683fbf1cf3342ea28aee0e (diff) | |
download | FreeBSD-ports-abd4701d96e5ee89fa5c044269f7048b273a2347.zip FreeBSD-ports-abd4701d96e5ee89fa5c044269f7048b273a2347.tar.gz |
Fix BUILD_DEPENDS.
Reported by: kris via pointyhat.
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 9fd1297..f2b65d6 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) |