diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-16 03:15:42 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-16 03:15:42 +0800 |
commit | 2a01d7633c6c28b5f050de470056cf0028538aa5 (patch) | |
tree | 096f288547892d6e19e03f24080a2856a5850062 /databases | |
parent | 9350341e45aa74ca1146d687f79abaed9b70d8de (diff) | |
download | freebsd-ports-gnome-2a01d7633c6c28b5f050de470056cf0028538aa5.tar.gz freebsd-ports-gnome-2a01d7633c6c28b5f050de470056cf0028538aa5.tar.zst freebsd-ports-gnome-2a01d7633c6c28b5f050de470056cf0028538aa5.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e
Diffstat (limited to 'databases')
-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> |