diff options
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r-- | astro/sunclock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index 248fd83ea5c7..f3b1817cd66c 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -13,7 +13,7 @@ COMMENT= Shows which portion of the Earth's surface is illuminated by the Sun LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |