diff options
author | asami <asami@FreeBSD.org> | 2001-01-01 09:36:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-01-01 09:36:46 +0000 |
commit | 3eae81434cc56172f5fbd6ec962c2ae0f4e0435b (patch) | |
tree | 7fdff3ca001f193506e4f72db0d2c3c326c433da /math/topaz | |
parent | e94a59cacc4ae7b1492944f00cc50e0b14a3f2d9 (diff) | |
download | FreeBSD-ports-3eae81434cc56172f5fbd6ec962c2ae0f4e0435b.zip FreeBSD-ports-3eae81434cc56172f5fbd6ec962c2ae0f4e0435b.tar.gz |
s/PORTNAME/PORTSDIR in dependency section.
Submitted by: bento
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 b887cf2..3ae05f8 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} |