diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-24 16:05:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-24 16:05:46 +0800 |
commit | f65e2daa5ca906a71dc1bdfac3bd95e848d9c179 (patch) | |
tree | b778f1906ac5461a9b921f60d8480c030e02133c /multimedia/bino/Makefile | |
parent | 172f3ff9d729862cf23a42a78cc0a83fdbb29205 (diff) | |
download | freebsd-ports-gnome-f65e2daa5ca906a71dc1bdfac3bd95e848d9c179.tar.gz freebsd-ports-gnome-f65e2daa5ca906a71dc1bdfac3bd95e848d9c179.tar.zst freebsd-ports-gnome-f65e2daa5ca906a71dc1bdfac3bd95e848d9c179.zip |
- Support staging
- Fix pkg-plist, this was noticed by redports when I made a whitespace
modification on this port
- Define DOCS
- Pacify portlint
Diffstat (limited to 'multimedia/bino/Makefile')
-rw-r--r-- | multimedia/bino/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/bino/Makefile b/multimedia/bino/Makefile index c77e122e8ebf..289d3f274fb5 100644 --- a/multimedia/bino/Makefile +++ b/multimedia/bino/Makefile @@ -25,12 +25,9 @@ LIB_DEPENDS+= libass.so:${PORTSDIR}/multimedia/libass \ libGLEW.so:${PORTSDIR}/graphics/glew \ libopenal.so:${PORTSDIR}/audio/openal-soft -MAN1= bino.1 INFO= bino -NO_STAGE= yes - -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS DOCS .include <bsd.port.options.mk> |