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 /biology | |
parent | 097e0cfa2b3186d46e618540a8bf803a6dbbe651 (diff) | |
download | ports-de7503e8c67e9648cb48a2dc9bc0a367562a2ad7.tar.gz ports-de7503e8c67e9648cb48a2dc9bc0a367562a2ad7.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/adun/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/biology/adun/Makefile b/biology/adun/Makefile index 81a43a69c58a..90bc9afa6be8 100644 --- a/biology/adun/Makefile +++ b/biology/adun/Makefile @@ -54,10 +54,4 @@ post-patch: ${REINPLACE_CMD} -e 's|GNUSTEP_HOME./..GNUSTEP_USER_DIR_TOOLS|GNUSTEP_LOCAL_TOOLS|' \ ${WRKSRC}/GNUmakefile.postamble -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -IGNORE= not enough math functions -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |