aboutsummaryrefslogtreecommitdiff
path: root/textproc/mifluz/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-11-22 13:33:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-11-22 13:33:06 +0000
commit7cc00b2ae5eef6e9e788963da659488b72adec1e (patch)
tree0b1c8c99dd32c648516c5d39b97150881bdfc741 /textproc/mifluz/Makefile
parentde06319d755f4fd33e404b77ecde3b5ce65d693d (diff)
downloadports-7cc00b2ae5eef6e9e788963da659488b72adec1e.tar.gz
ports-7cc00b2ae5eef6e9e788963da659488b72adec1e.zip
Notes
Diffstat (limited to 'textproc/mifluz/Makefile')
-rw-r--r--textproc/mifluz/Makefile14
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>