diff options
-rw-r--r-- | audio/mppdec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mppdec/Makefile b/audio/mppdec/Makefile index 58e8610b5fd8..069ea8e4b882 100644 --- a/audio/mppdec/Makefile +++ b/audio/mppdec/Makefile @@ -24,7 +24,7 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> .if ${ARCH} == i386 -BUILD_DEPENDS= nasm:${PORTVERSION}/devel/nasm +BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm .endif post-patch: |