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 | 63bd2d57f2145a7d1f3bfd08247c3766969caa5f (diff) | |
download | ports-645c948fc42359041ed48be6d8423c30afa27641.tar.gz ports-645c948fc42359041ed48be6d8423c30afa27641.zip |
Notes
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) |