diff options
Diffstat (limited to 'databases/kyotocabinet/Makefile')
-rw-r--r-- | databases/kyotocabinet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile index 58d00afceb2b..97921f59f5f1 100644 --- a/databases/kyotocabinet/Makefile +++ b/databases/kyotocabinet/Makefile @@ -16,7 +16,6 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes MAKE_ARGS= PCDIR="${PREFIX}/libdata/pkgconfig" -USE_GCC= 4.2+ USE_LDCONFIG= yes USES= gmake @@ -53,7 +52,7 @@ BROKEN= Does not link on powerpc .endif post-patch: -.if empty(PORT_OPTIONS:MDOCS) +.if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/DOCDIR/d' ${WRKSRC}/Makefile.in .endif |