diff options
Diffstat (limited to 'archivers/lzop/Makefile')
-rw-r--r-- | archivers/lzop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 90e669b22e81..37b975e3cc81 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -18,4 +18,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> |