diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-25 02:36:40 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-25 02:36:40 +0800 |
commit | 0377bf7a7efc46ec1371d154e6dfb290ba6f0a3a (patch) | |
tree | 8f0db11a41022a3c5f3cf00f0f3995712c3a9c95 | |
parent | e4fce561511fbeb51c2d13f1c2057832649318b7 (diff) | |
download | freebsd-ports-gnome-0377bf7a7efc46ec1371d154e6dfb290ba6f0a3a.tar.gz freebsd-ports-gnome-0377bf7a7efc46ec1371d154e6dfb290ba6f0a3a.tar.zst freebsd-ports-gnome-0377bf7a7efc46ec1371d154e6dfb290ba6f0a3a.zip |
Remove a check for old unsupported version.
-rw-r--r-- | textproc/goldendict/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index e02aa2b76e10..8ed6feebc8c4 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -40,10 +40,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/locale/*.qm ${DATADIR}/locale/ @-update-desktop-database -.include <bsd.port.pre.mk> - -.if ${OSVERSION}<800067 -IGNORE= wcscasecmp() id not implemented -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |