Date: Wed, 16 Oct 2013 21:55:25 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330552 - head/devel/sdlskk Message-ID: <201310162155.r9GLtPhh001760@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Wed Oct 16 21:55:24 2013 New Revision: 330552 URL: http://svnweb.freebsd.org/changeset/ports/330552 Log: - Change comment and pkg-descr - Add CONFIGURE_ARGS+=--with-pic Approved by: wg/pawel (mentors) Modified: head/devel/sdlskk/Makefile head/devel/sdlskk/pkg-descr (contents, props changed) Modified: head/devel/sdlskk/Makefile ============================================================================== --- head/devel/sdlskk/Makefile Wed Oct 16 21:54:16 2013 (r330551) +++ head/devel/sdlskk/Makefile Wed Oct 16 21:55:24 2013 (r330552) @@ -8,13 +8,14 @@ MASTER_SITES= http://www.kmc.gr.jp/~ohai DIST_SUBDIR= ruby MAINTAINER= nemysis@FreeBSD.org -COMMENT= SKK on SDL +COMMENT= SKK like library for input Japanese, based on SDL LICENSE= LGPL21 USES= iconv USE_SDL= image ttf sdl GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-pic USE_LDCONFIG= yes PLIST_FILES= include/SDL/sdlskk.h \ Modified: head/devel/sdlskk/pkg-descr ============================================================================== --- head/devel/sdlskk/pkg-descr Wed Oct 16 21:54:16 2013 (r330551) +++ head/devel/sdlskk/pkg-descr Wed Oct 16 21:55:24 2013 (r330552) @@ -1,3 +1,3 @@ -SDLSKK is SKK on SDL. +SKK like library for input Japanese, based on SDL. WWW: http://www.kmc.gr.jp/~ohai/sdlskk.en.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310162155.r9GLtPhh001760>