diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2021-01-04 16:16:18 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2021-01-04 16:16:18 +0000 |
commit | e0a7995e15d165269abb5c29928f719fc30e7dac (patch) | |
tree | 64f6851a89833a8f13eb09ed5504e523162c6523 | |
parent | d05cee665d45d90d07d0799ae96361c0d37f108f (diff) | |
download | ports-e0a7995e15d165269abb5c29928f719fc30e7dac.tar.gz ports-e0a7995e15d165269abb5c29928f719fc30e7dac.zip |
Notes
-rw-r--r-- | audio/swhplugins/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index 293ccebe069b..4bf595b4dec8 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -36,6 +36,7 @@ SSE_DESC= use SSE instructions NLS_USES= gettext NLS_LDFLAGS= -lintl NLS_CONFIGURE_ENABLE= nls +NLS_USES_OFF= gettext-tools 3DNOW_CONFIGURE_ENABLE= 3dnow |