diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
commit | d4d4877cb1a9dc4ec94e5b60dfca422181523644 (patch) | |
tree | a8e722e14a0a4c5fa946507850a4a561082bd635 /databases/glom | |
parent | 418bcaa4ff902cf7d508ab6ad91c35d2a76b66a1 (diff) | |
download | ports-d4d4877cb1a9dc4ec94e5b60dfca422181523644.tar.gz ports-d4d4877cb1a9dc4ec94e5b60dfca422181523644.zip |
Notes
Diffstat (limited to 'databases/glom')
-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> |