diff options
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r-- | lang/intercal/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index 68f73aa..864ce69 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -20,10 +20,4 @@ post-patch: @${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@PACKAGE_VERSION@// ' \ ${WRKSRC}/buildaux/Makefile.in -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 900000 -USE_GCC= yes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |