diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 11:56:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 11:56:32 +0000 |
commit | d2922f372dba77e182b9b4ee7a8fb48b0849349c (patch) | |
tree | 21e6e5fe1529a1466cfde2f635f7d25419b46c4a /textproc/libtranslate | |
parent | 4cc765aeead24fa70eefef117dad722d415cf7dd (diff) |
Notes
Diffstat (limited to 'textproc/libtranslate')
-rw-r--r-- | textproc/libtranslate/Makefile | 5 |
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> |