diff options
Diffstat (limited to 'graphics/icoutils/Makefile')
-rw-r--r-- | graphics/icoutils/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index bc1d5c84c617..f53bea33615b 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -39,10 +39,4 @@ post-patch: -e 's|stdint\.h|inttypes\.h|g' \ -e 's|/usr/bin/perl|${PERL5}|' -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -USE_GCC=3.4 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |