diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-29 12:35:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-29 12:35:11 +0800 |
commit | e1e42c31066e89ae68c764064b62d73030412369 (patch) | |
tree | 2a827e221aa5f4721ba8ace5f8b9882e7aba1596 /japanese | |
parent | 5617c56ee1c1b39ca698e2acc69f68b6c0998f79 (diff) | |
download | freebsd-ports-gnome-e1e42c31066e89ae68c764064b62d73030412369.tar.gz freebsd-ports-gnome-e1e42c31066e89ae68c764064b62d73030412369.tar.zst freebsd-ports-gnome-e1e42c31066e89ae68c764064b62d73030412369.zip |
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')
-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> |