diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
commit | a6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch) | |
tree | c350c4abc20ce22bda0b7dba0636816742669bc8 /japanese | |
parent | ac56971df4fe7c1fad64354371b6054246299b18 (diff) | |
download | ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.tar.gz ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/libskk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/libskk/Makefile b/japanese/libskk/Makefile index 3bfdc1e10ad6..9008e9bc3f21 100644 --- a/japanese/libskk/Makefile +++ b/japanese/libskk/Makefile @@ -17,12 +17,14 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala \ LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib -USES= gmake libtool pathfix pkgconfig -USE_GNOME= intltool introspection:build GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix pkgconfig +USE_GNOME= intlhack introspection:build USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib PORTDOCS= ChangeLog NEWS README @@ -33,8 +35,6 @@ NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libskk.so.0 - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |