diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-01-01 09:36:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-01-01 09:36:46 +0000 |
commit | aebb30a1c11ac9d8d3525264fa1327f5a2e700f5 (patch) | |
tree | 6971b932e9d8650c3b367c02c5d64167726166d7 /math/topaz | |
parent | 4595cbf4682065d5406c765cb08195ad23cf24f8 (diff) | |
download | ports-aebb30a1c11ac9d8d3525264fa1327f5a2e700f5.tar.gz ports-aebb30a1c11ac9d8d3525264fa1327f5a2e700f5.zip |
Notes
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} |