diff options
Diffstat (limited to 'databases/glom/Makefile')
-rw-r--r-- | databases/glom/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 8ee81bf187b9..57c03fe2d8f3 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -34,16 +34,10 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ INSTALLS_ICONS= yes -.include <bsd.port.pre.mk> - -.if (${OSVERSION} < 500000) -BROKEN= doesn't play well with 4.X. -.endif - post-patch: @${REINPLACE_CMD} -e 's|-update-mime-database|true|g' ${WRKSRC}/Makefile.in post-install: @-update-mime-database ${PREFIX}/share/mime -.include <bsd.port.post.mk> +.include <bsd.port.mk> |