diff options
author | pav <pav@FreeBSD.org> | 2004-01-11 02:13:43 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-11 02:13:43 +0000 |
commit | 96dd376ee65f39ef3d5fbc3ef97d86a732108388 (patch) | |
tree | 4c6de0c2477923422d95586c98e724bbc9364fac /astro/setiathome | |
parent | 81b5fd62a416bf7564ef374d516cc6458dda9bf3 (diff) | |
download | FreeBSD-ports-96dd376ee65f39ef3d5fbc3ef97d86a732108388.zip FreeBSD-ports-96dd376ee65f39ef3d5fbc3ef97d86a732108388.tar.gz |
- Add missed dependency on compat4x when running on 5.x system
Diffstat (limited to 'astro/setiathome')
-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 a4a8b03..9ccb3e3 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 # |