diff options
author | pat <pat@FreeBSD.org> | 2004-11-26 23:15:27 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2004-11-26 23:15:27 +0000 |
commit | c77bb4f93a25f2d5ff87934bbd91bda2328cf1b6 (patch) | |
tree | 3e43eb2542ce73462a2ee53ed204b3a837705a69 /astro | |
parent | a1dd8518ae11a84e761b784bc772c07f510baff0 (diff) | |
download | FreeBSD-ports-c77bb4f93a25f2d5ff87934bbd91bda2328cf1b6.zip FreeBSD-ports-c77bb4f93a25f2d5ff87934bbd91bda2328cf1b6.tar.gz |
Add missing dependency
Reported by: pointyhat (kris)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/sunclock/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index 13829ea..818e8c6 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://frmas.free.fr/files/ MAINTAINER= pat@FreeBSD.org COMMENT= Shows which portion of the Earth's surface is illuminated by the Sun -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_XPM= yes |