diff options
Diffstat (limited to 'textproc/mifluz/Makefile')
-rw-r--r-- | textproc/mifluz/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/textproc/mifluz/Makefile b/textproc/mifluz/Makefile index 46d5b01478f1..4fb37feb766f 100644 --- a/textproc/mifluz/Makefile +++ b/textproc/mifluz/Makefile @@ -19,9 +19,9 @@ USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} --without-unac USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 USE_BISON= build -USE_GCC= 2.95 MAN1= htdb_dump.1 htdb_stat.1 htdb_load.1 mifluzdump.1 mifluzload.1 \ mifluzsearch.1 mifluzdict.1 @@ -35,7 +35,9 @@ PKGMESSAGE= ${WRKDIR}/pkg-message post-patch: @${REINPLACE_CMD} 's|-D_THREAD_SAFE -pthread|${PTHREAD_CFLAGS}|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + s|-lpthread|${PTHREAD_LIBS}|g ;\ + s|echo aout|echo elf|g' \ + ${WRKSRC}/configure post-install: @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${PKGDIR}/pkg-message > \ @@ -44,10 +46,4 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_MSG} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= fails to install -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |