diff options
Diffstat (limited to 'math/topaz')
-rw-r--r-- | math/topaz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/topaz/Makefile b/math/topaz/Makefile index b887cf284fe5..3ae05f8f33e6 100644 --- a/math/topaz/Makefile +++ b/math/topaz/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt .include<bsd.port.pre.mk> .if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses:${PORTNAME}/devel/ncurses +LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |