diff options
Diffstat (limited to 'graphics/inventor/Makefile')
-rw-r--r-- | graphics/inventor/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 9314af209fc7..c5e69628a6de 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -42,12 +42,6 @@ OPTIONS_DEFINE= DEBUG DEBUG_MAKE_ENV= LIBTYPE=debug -.include <bsd.port.options.mk> - -.if !(${OPSYS} == FreeBSD && ${OSVERSION} < 900033) -LDFLAGS+= -Wl,--add-needed -.endif - post-patch: @${REINPLACE_CMD} 's|/usr\(/include/freetype2\)|${LOCALBASE}\1|' \ ${WRKSRC}/libFL/ang/GNUmakefile |