diff options
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 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 |