diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 15:30:08 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 15:30:08 +0000 |
commit | 3ea4f8af7b093c18e963731b0aad010a1f082408 (patch) | |
tree | 803774ada69348d76e5375ff62d2b9b6d9352eaf /graphics/giflib/Makefile | |
parent | 7c686ee9eac7f38ac46744fefa6cc21767549a29 (diff) |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Notes
Notes:
svn path=/head/; revision=361950
Diffstat (limited to 'graphics/giflib/Makefile')
-rw-r--r-- | graphics/giflib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 5ee053d42368..9d34b91ce374 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -24,7 +24,7 @@ LMAN1= gif2rgb.1 gifasm.1 gifbg.1 gifclip.1 gifclrmp.1 gifcolor.1 gifcomb.1 \ gifinto.1 gifovly.1 gifpos.1 gifrotat.1 gifrsize.1 gifspnge.1 \ giftext.1 gifwedge.1 icon2gif.1 raw2gif.1 rgb2gif.1 text2gif.1 -OPTIONS_DEFINE= DOCBOOK X11 +OPTIONS_DEFINE= DOCBOOK X11 DOCS OPTIONS_SUB= yes DOCBOOK_DESC= Generate API documentation (requires DOCS) |