diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-23 16:49:18 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-23 16:49:18 +0000 |
commit | 8f0a3a3db4d09eb444104f82122bbc06b4b18f38 (patch) | |
tree | 7ef4ffc86ae59af2e21926bec5386159f7e3b698 | |
parent | f43ef693741d1f929522319bb44abce959c5ae6d (diff) | |
download | freebsd-ports-8f0a3a3db4d09eb444104f82122bbc06b4b18f38.zip |
Fix dependency typo.
Submitted by: mat
Pointy hat to: arved
-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: |