diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-11 21:14:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-11 21:14:01 +0800 |
commit | c3458720b4e92eb01c4d49a2998c47ea795d4a0f (patch) | |
tree | 588b53ea8a64459205a4ac6c586f961e1fa35bd9 /multimedia/libbluray | |
parent | f486fae1e58629d92b1f794b4f60cc9fc1283478 (diff) | |
download | freebsd-ports-gnome-c3458720b4e92eb01c4d49a2998c47ea795d4a0f.tar.gz freebsd-ports-gnome-c3458720b4e92eb01c4d49a2998c47ea795d4a0f.tar.zst freebsd-ports-gnome-c3458720b4e92eb01c4d49a2998c47ea795d4a0f.zip |
Fix typo
Diffstat (limited to 'multimedia/libbluray')
-rw-r--r-- | multimedia/libbluray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile index 3b930b6f05c5..306f9fb77fd9 100644 --- a/multimedia/libbluray/Makefile +++ b/multimedia/libbluray/Makefile @@ -29,7 +29,7 @@ MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ CFLAGS=${CFLAGS:Q} OPTIONS_DEFINE= JAVA -JAVA_DESC+ Enable Blu-Ray Java support +JAVA_DESC= Enable Blu-Ray Java support .include <bsd.port.options.mk> |