diff options
author | pat <pat@FreeBSD.org> | 2004-11-27 07:15:27 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2004-11-27 07:15:27 +0800 |
commit | c77bb4f93a25f2d5ff87934bbd91bda2328cf1b6 (patch) | |
tree | 3e43eb2542ce73462a2ee53ed204b3a837705a69 /astro/sunclock | |
parent | a1dd8518ae11a84e761b784bc772c07f510baff0 (diff) | |
download | freebsd-ports-gnome-c77bb4f93a25f2d5ff87934bbd91bda2328cf1b6.tar.gz freebsd-ports-gnome-c77bb4f93a25f2d5ff87934bbd91bda2328cf1b6.tar.zst freebsd-ports-gnome-c77bb4f93a25f2d5ff87934bbd91bda2328cf1b6.zip |
Add missing dependency
Reported by: pointyhat (kris)
Diffstat (limited to 'astro/sunclock')
-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 13829eafea7a..818e8c6acedd 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 |