diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-07 06:49:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-07 06:49:11 +0800 |
commit | a336d687d5aba89b8a0ab903088e49fd47407998 (patch) | |
tree | 3dd66d684299d27ae6117b958eef1c2e30b9e420 /multimedia/libquvi-scripts/Makefile | |
parent | 4481fe035d4e8d94c09ba390c4fcd57bb5abf646 (diff) | |
download | freebsd-ports-gnome-a336d687d5aba89b8a0ab903088e49fd47407998.tar.gz freebsd-ports-gnome-a336d687d5aba89b8a0ab903088e49fd47407998.tar.zst freebsd-ports-gnome-a336d687d5aba89b8a0ab903088e49fd47407998.zip |
- Fix NSFW option
Reported by: Robert Burmeister <Robert.Burmeister@utoledo.edu>
Diffstat (limited to 'multimedia/libquvi-scripts/Makefile')
-rw-r--r-- | multimedia/libquvi-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libquvi-scripts/Makefile b/multimedia/libquvi-scripts/Makefile index 190b6068c756..cfaa5921ac12 100644 --- a/multimedia/libquvi-scripts/Makefile +++ b/multimedia/libquvi-scripts/Makefile @@ -25,6 +25,6 @@ USES= pathfix PROJECTHOST= quvi -NSFW_CONFIGURE_ARGS= --with-nsfw +NSFW_CONFIGURE_WITH= nsfw .include <bsd.port.mk> |