diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-09-01 00:02:59 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-09-01 00:02:59 +0000 |
commit | 34e5de4c854d79e50ab3adb4bf4670cd82465738 (patch) | |
tree | a7169508df8e25b9934816801584f480e033b473 /mail/normalizemime | |
parent | d8427518e7a826eaec3ecc344fdb0f53da4e24d3 (diff) | |
download | ports-34e5de4c854d79e50ab3adb4bf4670cd82465738.tar.gz ports-34e5de4c854d79e50ab3adb4bf4670cd82465738.zip |
Notes
Diffstat (limited to 'mail/normalizemime')
-rw-r--r-- | mail/normalizemime/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/normalizemime/Makefile b/mail/normalizemime/Makefile index b7d56b7fb736..3d2c44d5fd1d 100644 --- a/mail/normalizemime/Makefile +++ b/mail/normalizemime/Makefile @@ -34,4 +34,10 @@ do-build: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME:R} ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +USE_GCC=3.4+ +.endif + +.include <bsd.port.post.mk> |