diff options
Diffstat (limited to 'graphics/renderpark/Makefile')
-rw-r--r-- | graphics/renderpark/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/renderpark/Makefile b/graphics/renderpark/Makefile index 17a508648c80..f423e0ab879d 100644 --- a/graphics/renderpark/Makefile +++ b/graphics/renderpark/Makefile @@ -31,13 +31,8 @@ WRKSRC2= ${WRKDIR}/Scenes USE_GMAKE= yes USE_X_PREFIX= yes USE_MOTIF= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 USE_GCC= 2.95 NOT_FOR_ARCHS= amd64 sparc64 ia64 -.endif .if !defined(WITH_SCENES) PLIST_SUB= WITH_SCENES="@comment " @@ -100,4 +95,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/DOC/UserGuide/* ${DOCSDIR}/UserGuide .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |