diff options
author | knu <knu@FreeBSD.org> | 2001-08-16 04:33:16 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-16 04:33:16 +0800 |
commit | 58124457c3a6dd7117d6d4f3f81c0205ff4c0695 (patch) | |
tree | 2bac886c1008a0d4900a2204268e6fef08c43c02 /sysutils | |
parent | 01f54590915661a5f168e052c9c17d8b4ee4e09d (diff) | |
download | freebsd-ports-gnome-58124457c3a6dd7117d6d4f3f81c0205ff4c0695.tar.gz freebsd-ports-gnome-58124457c3a6dd7117d6d4f3f81c0205ff4c0695.tar.zst freebsd-ports-gnome-58124457c3a6dd7117d6d4f3f81c0205ff4c0695.zip |
Conditionalize bzip2 dependencies.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/stowES/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/stowES/Makefile b/sysutils/stowES/Makefile index 9693f6863e68..74c44d222c18 100644 --- a/sysutils/stowES/Makefile +++ b/sysutils/stowES/Makefile @@ -14,10 +14,7 @@ MASTER_SITES= http://www.inf.tu-dresden.de/~al10/stowES/download/ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= stow:${PORTSDIR}/sysutils/stow - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500021 +.if !exists(/usr/bin/bzip2) RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif @@ -26,4 +23,4 @@ USE_GMAKE= yes MAN1= stowES.1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |