diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-25 16:12:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-25 16:12:33 +0000 |
commit | 6d6e4a2d5332bb25364589f4641bfb98152efb67 (patch) | |
tree | 6697d67e47a68b0bb62a5944a35f813f5e3a7c87 /databases/kyotocabinet | |
parent | 5cb9fafa190a9bdd4d9ebb9713da9232028b00ce (diff) | |
download | ports-6d6e4a2d5332bb25364589f4641bfb98152efb67.tar.gz ports-6d6e4a2d5332bb25364589f4641bfb98152efb67.zip |
Notes
Diffstat (limited to 'databases/kyotocabinet')
-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/ |