diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-11 02:13:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-11 02:13:43 +0000 |
commit | 9e049c5476109ab9735ea72455c3d33f8167328f (patch) | |
tree | e049d8d1bc22696d8162832b5a386046f32b2d69 /astro | |
parent | - Update to 5.60 (diff) |
- Add missed dependency on compat4x when running on 5.x system
Notes
Notes:
svn path=/head/; revision=97897
Diffstat (limited to 'astro')
-rw-r--r-- | astro/setiathome/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index a4a8b03a53d9..9ccb3e3acf7f 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -18,6 +18,10 @@ COMMENT?= Donate idle cycles to the search for space aliens .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500000 +LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +.endif + # Global variables # |