aboutsummaryrefslogtreecommitdiff
path: root/textproc/libtranslate
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-28 11:56:32 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-28 11:56:32 +0000
commitd2922f372dba77e182b9b4ee7a8fb48b0849349c (patch)
tree21e6e5fe1529a1466cfde2f635f7d25419b46c4a /textproc/libtranslate
parent4cc765aeead24fa70eefef117dad722d415cf7dd (diff)
downloadports-d2922f372dba77e182b9b4ee7a8fb48b0849349c.tar.gz
ports-d2922f372dba77e182b9b4ee7a8fb48b0849349c.zip
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=188660
Diffstat (limited to 'textproc/libtranslate')
-rw-r--r--textproc/libtranslate/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/libtranslate/Makefile b/textproc/libtranslate/Makefile
index 22c54068f0f5..5cfec483ebef 100644
--- a/textproc/libtranslate/Makefile
+++ b/textproc/libtranslate/Makefile
@@ -19,7 +19,7 @@ USE_GETOPT_LONG= yes
USE_GNOME= glib20 gnomehack intlhack
GNU_CONFIGURE= yes
USE_GMAKE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@@ -50,4 +50,7 @@ PLIST_SUB+= TALKFILTERS=""
LIB_DEPENDS+= talkfilters:${PORTSDIR}/misc/talkfilters
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+
.include <bsd.port.post.mk>