diff options
author | pav <pav@FreeBSD.org> | 2006-04-07 22:41:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-07 22:41:15 +0800 |
commit | 95f58f57b38a9d0e533685839d3938b1c69f94a9 (patch) | |
tree | e657a2d7e40b9fcc533a93d88ad6e04f80c725cd /astro | |
parent | c670dafe99d53406b452f6ee0ce230ed364f6bc6 (diff) | |
download | freebsd-ports-gnome-95f58f57b38a9d0e533685839d3938b1c69f94a9.tar.gz freebsd-ports-gnome-95f58f57b38a9d0e533685839d3938b1c69f94a9.tar.zst freebsd-ports-gnome-95f58f57b38a9d0e533685839d3938b1c69f94a9.zip |
- Add missed dependency on jpeg
Submitted by: Johannes Totz <jo_t@gmx.net>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/boinc-setiathome/Makefile b/astro/boinc-setiathome/Makefile index 436a309d273f..6e95444392b8 100644 --- a/astro/boinc-setiathome/Makefile +++ b/astro/boinc-setiathome/Makefile @@ -17,6 +17,7 @@ COMMENT= Setiathome for boinc BUILD_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg .if !defined(WITHOUT_FFTW) LIB_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw |