diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:00:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:00:46 +0000 |
commit | fa4bf2ee1d039ae33718a8286802e7bf7ceb3387 (patch) | |
tree | 728a3619568ce38b9188fc0b8717a16a880d52d3 /multimedia/camserv | |
parent | b0dffdff28a18aa92669ae08593f8e26d4128641 (diff) | |
download | ports-fa4bf2ee1d039ae33718a8286802e7bf7ceb3387.tar.gz ports-fa4bf2ee1d039ae33718a8286802e7bf7ceb3387.zip |
Add DOCS option for ports with PORTDOCS in plist.
Notes
Notes:
svn path=/head/; revision=362023
Diffstat (limited to 'multimedia/camserv')
-rw-r--r-- | multimedia/camserv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile index c687d89a35ce..6f5627fc3db0 100644 --- a/multimedia/camserv/Makefile +++ b/multimedia/camserv/Makefile @@ -23,7 +23,7 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= IMLIB2 PIXBUF V4L +OPTIONS_DEFINE= IMLIB2 PIXBUF V4L DOCS OPTIONS_DEFAULT=IMLIB2 OPTIONS_SUB= yes |