diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/kyotocabinet/Makefile | 3 | ||||
-rw-r--r-- | databases/kyotocabinet/pkg-descr | 3 |
2 files changed, 2 insertions, 4 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 diff --git a/databases/kyotocabinet/pkg-descr b/databases/kyotocabinet/pkg-descr index f5c5ec38c77b..4789affbdce8 100644 --- a/databases/kyotocabinet/pkg-descr +++ b/databases/kyotocabinet/pkg-descr @@ -20,5 +20,4 @@ on platforms which have API conforming to C++03 with the TR1 library extensions. Kyoto Cabinet is a free software licensed under the GNU General Public License. -Author: FAL Labs <info@fallabs.com> -WWW: http://fallabs.com/kyotocabinet/ +WWW: http://fallabs.com/kyotocabinet/ |