diff options
author | kris <kris@FreeBSD.org> | 2002-12-15 13:11:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-15 13:11:41 +0800 |
commit | dbe4b3f2a08a7cda1213d370f4c487a6f6e6149f (patch) | |
tree | 3dbfa22cfdaa2f4fa7f78ca01a2c806c6f293b4a /audio | |
parent | 366e2b4807093806e29462feaaa55e8dbd1e9091 (diff) | |
download | freebsd-ports-gnome-dbe4b3f2a08a7cda1213d370f4c487a6f6e6149f.tar.gz freebsd-ports-gnome-dbe4b3f2a08a7cda1213d370f4c487a6f6e6149f.tar.zst freebsd-ports-gnome-dbe4b3f2a08a7cda1213d370f4c487a6f6e6149f.zip |
Fix build by using USE_LINUX=yes instead of explicit (bogus) dependency
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linux-vsound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/linux-vsound/Makefile b/audio/linux-vsound/Makefile index 7c17b6dfac31..a437356aa52c 100644 --- a/audio/linux-vsound/Makefile +++ b/audio/linux-vsound/Makefile @@ -15,9 +15,9 @@ EXTRACT_ONLY= MAINTAINER= kris@FreeBSD.org -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base/ \ - sox:${PORTSDIR}/audio/sox/ +RUN_DEPENDS= sox:${PORTSDIR}/audio/sox/ +USE_LINUX= yes NO_BUILD= yes do-install: |