aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lineak-defaultplugin
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-20 18:49:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-20 18:49:05 +0000
commitb0b7acffbc002f05a607688b00eb216e2c4fa46d (patch)
tree8463cea989952d9e5a9bdf8a21f08315345f30ea /sysutils/lineak-defaultplugin
parent30e54bba97b4963a082ac761d643df8579f7cc43 (diff)
downloadports-b0b7acffbc002f05a607688b00eb216e2c4fa46d.tar.gz
ports-b0b7acffbc002f05a607688b00eb216e2c4fa46d.zip
- Mark BROKEN on 4.X
PR: ports/94698 Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
Notes
Notes: svn path=/head/; revision=157767
Diffstat (limited to 'sysutils/lineak-defaultplugin')
-rw-r--r--sysutils/lineak-defaultplugin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile
index 4388f64f9dab..ec39ed1bffba 100644
--- a/sysutils/lineak-defaultplugin/Makefile
+++ b/sysutils/lineak-defaultplugin/Makefile
@@ -23,7 +23,6 @@ USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_ARGS+= --program-prefix=''
-USE_REINPLACE= yes
MAN1= lineak_defaultplugin.1
PLIST_FILES= lib/lineakd/plugins/defaultplugin.la \
@@ -34,8 +33,9 @@ PLIST_FILES= lib/lineakd/plugins/defaultplugin.la \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
+BROKEN= Configure fails to find lineakd
# lineakd is compiled with 3.4 on FreeBSD 4.x, so plugins must be too
-USE_GCC= 3.4
+# USE_GCC= 3.4
.endif
post-patch: