diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 19:51:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 19:51:12 +0000 |
commit | 7c8eb742df65f849ded7a6ee977172e23e200420 (patch) | |
tree | ef7a72dc652e009e306360eaebf42a7743ecfabd /audio | |
parent | 374b53b5042f36df14068d8b1e04245e098bc62f (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/hydrogen-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/hydrogen-devel/Makefile b/audio/hydrogen-devel/Makefile index 90466f4b6159..54025e73d796 100644 --- a/audio/hydrogen-devel/Makefile +++ b/audio/hydrogen-devel/Makefile @@ -59,7 +59,7 @@ LASH_LIB_DEPENDS= liblash.so:${PORTSDIR}/audio/lash LIBARCHIVE_DESC= LibArchive support LIBARCHIVE_CMAKE_ON= -DWANT_LIBARCHIVE:BOOL=ON LIBARCHIVE_CMAKE_OFF= -DWANT_LIBARCHIVE:BOOL=OFF -LIBARCHIVE_LIB_DEPENDS= libarchive.so:${PORTSDIR}/archivers/libarchive +LIBARCHIVE_USES= libarchive OSS_CMAKE_ON= -DWANT_OSS:BOOL=ON OSS_CMAKE_OFF= -DWANT_OSS:BOOL=OFF |