diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-24 18:36:40 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-24 18:36:40 +0000 |
commit | 65213bceff4833101856845c6f5e62124f9350ab (patch) | |
tree | 8f0db11a41022a3c5f3cf00f0f3995712c3a9c95 /textproc/goldendict | |
parent | 39a7bcce37d9d9d1d41ebfabb50268930f799f5b (diff) |
Notes
Diffstat (limited to 'textproc/goldendict')
-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> |