diff options
author | asami <asami@FreeBSD.org> | 2001-01-01 17:36:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-01-01 17:36:46 +0800 |
commit | 3eae81434cc56172f5fbd6ec962c2ae0f4e0435b (patch) | |
tree | 7fdff3ca001f193506e4f72db0d2c3c326c433da /math | |
parent | e94a59cacc4ae7b1492944f00cc50e0b14a3f2d9 (diff) | |
download | freebsd-ports-gnome-3eae81434cc56172f5fbd6ec962c2ae0f4e0435b.tar.gz freebsd-ports-gnome-3eae81434cc56172f5fbd6ec962c2ae0f4e0435b.tar.zst freebsd-ports-gnome-3eae81434cc56172f5fbd6ec962c2ae0f4e0435b.zip |
s/PORTNAME/PORTSDIR in dependency section.
Submitted by: bento
Diffstat (limited to 'math')
-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} |