aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-04-22 03:35:01 +0800
committermarino <marino@FreeBSD.org>2014-04-22 03:35:01 +0800
commit706c75a7ac95183fcef83eea2bf225f0db24c095 (patch)
treed8a0d8efb53eec4cfc22687d0567453f9a610f02 /japanese
parentc3f67b5bfe878be4d83b236de45737060a06f0f2 (diff)
downloadfreebsd-ports-gnome-706c75a7ac95183fcef83eea2bf225f0db24c095.tar.gz
freebsd-ports-gnome-706c75a7ac95183fcef83eea2bf225f0db24c095.tar.zst
freebsd-ports-gnome-706c75a7ac95183fcef83eea2bf225f0db24c095.zip
japanese/eblook: Apply maintainer patch per PR
The PR claims the port is broken and this patch unbreaks it, but portsmon is clean. In any case, the port builds cleanly in poudriere with the patch so I defer to the maintainer. PR: ports/187827 submitted by: maintainer (Yasuhiro KIMURA)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/eblook/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile
index 118e037a5b66..27d540bff6ff 100644
--- a/japanese/eblook/Makefile
+++ b/japanese/eblook/Makefile
@@ -3,7 +3,7 @@
PORTNAME= eblook
PORTVERSION= 1.6.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= japanese textproc
MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/
DIST_SUBDIR= eb
@@ -15,9 +15,11 @@ LICENSE= GPLv2
LIB_DEPENDS= libeb.so:${PORTSDIR}/japanese/eb
+USES= iconv
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \
- --with-eb-libraries=${PREFIX}/lib
+CONFIGURE_ARGS= --with-eb-conf=${PREFIX}/etc/eb.conf
+CPPFLAGS+= -I${ICONV_PREFIX}/include
+LDFLAGS+= -L${ICONV_PREFIX}/lib ${ICONV_LIB}
INFO= eblook
PLIST_FILES= bin/eblook
@@ -28,9 +30,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>