diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 04:35:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 04:35:11 +0000 |
commit | 10a6108feac436a5ffd66b8ea30d532890383d3a (patch) | |
tree | ece84f3a7fdb200bed59a0a0ce0749358b4f7178 /japanese/skkfep/Makefile | |
parent | Move inclusion of bsd.port.pre.mk to after all the variable definitions. (diff) |
KATO-san points out that I had overlooked the fact that a change
to files/ in ports/58222 had already corrected the compile problem.
Diffstat (limited to 'japanese/skkfep/Makefile')
-rw-r--r-- | japanese/skkfep/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/japanese/skkfep/Makefile b/japanese/skkfep/Makefile index 06dc11d7d56b..64903c4cfa74 100644 --- a/japanese/skkfep/Makefile +++ b/japanese/skkfep/Makefile @@ -19,16 +19,10 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk WRKSRC= ${WRKDIR}/${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - MAN1= skkfep.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${MANPREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |