summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-29 04:35:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-29 04:35:11 +0000
commit10a6108feac436a5ffd66b8ea30d532890383d3a (patch)
treeece84f3a7fdb200bed59a0a0ce0749358b4f7178 /japanese
parentMove 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.
Notes
Notes: svn path=/head/; revision=92529
Diffstat (limited to 'japanese')
-rw-r--r--japanese/skkfep/Makefile8
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>