diff options
Diffstat (limited to 'astro/mymoon/Makefile')
-rw-r--r-- | astro/mymoon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/mymoon/Makefile b/astro/mymoon/Makefile index 3b939e0558da..23be7f4770b1 100644 --- a/astro/mymoon/Makefile +++ b/astro/mymoon/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://makemebad.net/geek/codes/${PORTNAME}/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Show latitude and longitude of the moon -LIB_DEPENDS= libnova.so:${PORTSDIR}/astro/libnova +LIB_DEPENDS= libnova.so:astro/libnova WRKSRC= ${WRKDIR}/${PORTNAME} |