diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-24 18:31:48 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-24 18:31:48 +0000 |
commit | 13bad6e085a7ff2e10a44ba526e757d8e50b13d8 (patch) | |
tree | fdd3f7c4856d636c783ae7c6fe28c7b0acdac45c /japanese/scim-honoka/Makefile | |
parent | bb55d36724e347515a333ea1178cd502f19eafbb (diff) | |
download | ports-13bad6e085a7ff2e10a44ba526e757d8e50b13d8.tar.gz ports-13bad6e085a7ff2e10a44ba526e757d8e50b13d8.zip |
Notes
Diffstat (limited to 'japanese/scim-honoka/Makefile')
-rw-r--r-- | japanese/scim-honoka/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/japanese/scim-honoka/Makefile b/japanese/scim-honoka/Makefile index c4c64cf56d8e..30217ea6852b 100644 --- a/japanese/scim-honoka/Makefile +++ b/japanese/scim-honoka/Makefile @@ -3,7 +3,7 @@ PORTNAME= scim-honoka PORTVERSION= 0.9.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= japanese MASTER_SITES= http://nop.net-p.org/files/honoka/ DISTNAME= honoka-${PORTVERSION} @@ -14,21 +14,11 @@ COMMENT= SCIM IMEngine module using various input methods BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS:= ${BUILD_DEPENDS} +GNU_CONFIGURE= yes +USES= gettext gmake iconv libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes -USES= gettext iconv pathfix gmake pkgconfig -USE_GNOME= lthack -USE_AUTOTOOLS= libtool - -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes -post-install: - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - .include <bsd.port.mk> |