diff options
author | arved <arved@FreeBSD.org> | 2004-01-24 00:49:18 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-01-24 00:49:18 +0800 |
commit | 86b2491fcc115897f180756e179ab5dd2c26cf81 (patch) | |
tree | 15f3beaf3fe9c1c5a0494cce2deee885fa594349 /audio/mppdec | |
parent | 702500fce7209cc9e5090c247992b2b81f4bf856 (diff) | |
download | freebsd-ports-gnome-86b2491fcc115897f180756e179ab5dd2c26cf81.tar.gz freebsd-ports-gnome-86b2491fcc115897f180756e179ab5dd2c26cf81.tar.zst freebsd-ports-gnome-86b2491fcc115897f180756e179ab5dd2c26cf81.zip |
Fix dependency typo.
Submitted by: mat
Pointy hat to: arved
Diffstat (limited to 'audio/mppdec')
-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: |