diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 02:26:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 02:26:47 +0000 |
commit | 73f86248bd7ce88d58060cf621b9d29042826aa6 (patch) | |
tree | fb4cf443300cde8186ddf6c943f98d6e3d8a1ebb /editors/lfhex | |
parent | BROKEN on 5.x: does not compile (diff) |
BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=91384
Diffstat (limited to 'editors/lfhex')
-rw-r--r-- | editors/lfhex/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index 7a2cdb995b5b..a92b70fbe495 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -24,6 +24,12 @@ CONFIGURE_ARGS= --with-qt-moc=${MOC} USE_GMAKE= yes CONFIGURE_ENV= CXXFLAGS="${PTHREAD_CFLAGS}" +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \ s,%%X11BASE%%,${X11BASE},g" ${WRKSRC}/src/Makefile.in @@ -31,4 +37,4 @@ post-patch: post-configure: ${REINPLACE_CMD} -e "s,LFLAGS =,LFLAGS = ${PTHREAD_LIBS} ${LDFLAGS}," ${WRKSRC}/src/Makefile -.include <bsd.port.mk> +.include <bsd.port.post.mk> |