diff options
author | pav <pav@FreeBSD.org> | 2004-01-11 10:13:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-11 10:13:43 +0800 |
commit | 96dd376ee65f39ef3d5fbc3ef97d86a732108388 (patch) | |
tree | 4c6de0c2477923422d95586c98e724bbc9364fac | |
parent | 81b5fd62a416bf7564ef374d516cc6458dda9bf3 (diff) | |
download | freebsd-ports-gnome-96dd376ee65f39ef3d5fbc3ef97d86a732108388.tar.gz freebsd-ports-gnome-96dd376ee65f39ef3d5fbc3ef97d86a732108388.tar.zst freebsd-ports-gnome-96dd376ee65f39ef3d5fbc3ef97d86a732108388.zip |
- Add missed dependency on compat4x when running on 5.x system
-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 # |