diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-01 19:22:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-01 19:22:24 +0000 |
commit | de7503e8c67e9648cb48a2dc9bc0a367562a2ad7 (patch) | |
tree | 60c97f9183ba9e9f088d4414b426a8c5e4aa1554 /x11-toolkits/gnustep-gui/Makefile | |
parent | 097e0cfa2b3186d46e618540a8bf803a6dbbe651 (diff) | |
download | ports-de7503e8c67e9648cb48a2dc9bc0a367562a2ad7.tar.gz ports-de7503e8c67e9648cb48a2dc9bc0a367562a2ad7.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-gui/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index fb3b22b1da8c..975d99b74d43 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -89,10 +89,4 @@ pre-configure: ${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -IGNORE= missing threading functions -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |