aboutsummaryrefslogtreecommitdiff
path: root/devel/fam
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commit8503536d3896846d823f7f76be54e0a99da8d8b6 (patch)
tree1a89e4038216ead71b008f2a5091474964e1c341 /devel/fam
parentc20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff)
Notes
Diffstat (limited to 'devel/fam')
-rw-r--r--devel/fam/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/fam/Makefile b/devel/fam/Makefile
index ab80520bb557..ebb7881eb39d 100644
--- a/devel/fam/Makefile
+++ b/devel/fam/Makefile
@@ -20,7 +20,7 @@ COMMENT= A file alteration monitor
CFLAGS+= -Wno-deprecated
-USE_AUTOTOOLS= automake:15 autoconf:253 libtool:13:inc
+USE_AUTOTOOLS= automake:15 autoconf:253
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
INSTALLS_SHLIB= yes
@@ -38,6 +38,8 @@ pre-configure:
@${RM} -f ${WRKSRC}/Makefile.am.orig
@${RM} -f ${WRKSRC}/fam/mntent*
@${CP} ${FILESDIR}/mntent* ${WRKSRC}/fam
+ @${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \
+ -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4
post-install:
@${CAT} ${PKGMESSAGE}