aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-23 20:18:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-23 20:18:44 +0000
commit7b3bf07311f2b6068e7620639b4bb20d484873f4 (patch)
tree04a5581e13d01a4f295017f04cfc4097367548af /japanese
parent49e5bb3b00efba32090983ba30ce4c03129c3e20 (diff)
downloadports-7b3bf07311f2b6068e7620639b4bb20d484873f4.tar.gz
ports-7b3bf07311f2b6068e7620639b4bb20d484873f4.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/vflib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile
index 3e350e6057c7..5b3591117dab 100644
--- a/japanese/vflib/Makefile
+++ b/japanese/vflib/Makefile
@@ -26,11 +26,14 @@ USE_FREETYPE= yes
USE_GETTEXT= yes
USE_XLIB= yes
USE_AUTOTOOLS= autoconf:213
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-freetype \
--with-freetype-includedir=${LOCALBASE}/include/freetype1/freetype \
--with-freetype-libdir=${LOCALBASE}/lib
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
+
pre-install:
@(cd ${WRKSRC}/tools; \
${INSTALL_SCRIPT} fmtest disol kban vfperf vftest ${PREFIX}/bin)