diff options
author | marino <marino@FreeBSD.org> | 2016-02-02 04:10:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-02 04:10:41 +0800 |
commit | 8e2ec3e1aa8ba2c1259a93abe996e0640237076e (patch) | |
tree | 9af3bce6a46e4cd4e9863fb673cbac3b981df3b6 /astro | |
parent | 59eda8f6d4f44bfa7c722309c1e5ab888335790a (diff) | |
download | freebsd-ports-gnome-8e2ec3e1aa8ba2c1259a93abe996e0640237076e.tar.gz freebsd-ports-gnome-8e2ec3e1aa8ba2c1259a93abe996e0640237076e.tar.zst freebsd-ports-gnome-8e2ec3e1aa8ba2c1259a93abe996e0640237076e.zip |
astro/mymoon: fix typo (thanks freshports sanity check!)
Diffstat (limited to 'astro')
-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 5da18fe7a343..3b939e0558da 100644 --- a/astro/mymoon/Makefile +++ b/astro/mymoon/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libnova.so:${PORTSDIR}/astro/libnova WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -USES= gmake nurses +USES= gmake ncurses CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |