diff options
author | leeym <leeym@FreeBSD.org> | 2005-03-06 20:17:25 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-03-06 20:17:25 +0000 |
commit | 1444635b792cef2693234c7a46014f23a465756b (patch) | |
tree | f9b0ddb6f4c871c6ff101ad779fba226dc762a6e /chinese/scim-chewing | |
parent | c92aa4a3d67dcdb478b1123cce1f96c45806acf6 (diff) | |
download | FreeBSD-ports-1444635b792cef2693234c7a46014f23a465756b.zip FreeBSD-ports-1444635b792cef2693234c7a46014f23a465756b.tar.gz |
- scim-chewing doesn't depend on scim-make-table
Diffstat (limited to 'chinese/scim-chewing')
-rw-r--r-- | chinese/scim-chewing/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chinese/scim-chewing/Makefile b/chinese/scim-chewing/Makefile index ea80f7e..ad1e0bb 100644 --- a/chinese/scim-chewing/Makefile +++ b/chinese/scim-chewing/Makefile @@ -25,12 +25,6 @@ USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's,/1.0.0/,/,g' ${WRKSRC}/src/Makefile.in -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500035 -BROKEN= scim-make-table is not available for 4.x -.endif - post-install: @${CAT} ${PKGMESSAGE} @${ECHO} @@ -38,4 +32,4 @@ post-install: @${ECHO} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |