diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-08 10:26:42 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-08 10:26:42 +0000 |
commit | fc499acff7398dfefb1aa1fe75bc98d20d490ab2 (patch) | |
tree | d9b3c4b855f79e438875764f8492d4df7b9801c8 /audio | |
parent | 8081d7d4db5f82c5bc906671f26302a579e75d8b (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pc-mixer/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/pc-mixer/Makefile b/audio/pc-mixer/Makefile index 9f8558bf5421..73d99f9dc899 100644 --- a/audio/pc-mixer/Makefile +++ b/audio/pc-mixer/Makefile @@ -10,7 +10,6 @@ COMMENT= QT5 based audio mixer for FreeBSD LICENSE= BSD2CLAUSE -WRKSRC_SUBDIR= src-qt5 MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} MAKE_JOBS_UNSAFE=yes |