diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 11:25:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 11:25:29 +0800 |
commit | 3676ac694f7491218e49082853a009cd44db1f1b (patch) | |
tree | 569de3176a3de358d101f0313b5ae1590eacf010 /databases/glom | |
parent | 8fd73c983181a65f1c58e415c3c6a79310cf3d9b (diff) | |
download | freebsd-ports-gnome-3676ac694f7491218e49082853a009cd44db1f1b.tar.gz freebsd-ports-gnome-3676ac694f7491218e49082853a009cd44db1f1b.tar.zst freebsd-ports-gnome-3676ac694f7491218e49082853a009cd44db1f1b.zip |
- Get rid FreeBSD 6.x support
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 76e244d6d9fb..16be7a1ee36a 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -45,12 +45,6 @@ INSTALLS_ICONS= yes #OPTIONS= SELF_HOSTING "Host the database locally" on -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.x -.endif - #.if defined(WITH_SELF_HOSTING) # Note: USE_PGSQL has already been set above. BUILD_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server @@ -66,4 +60,4 @@ post-patch: post-install: @-update-mime-database ${PREFIX}/share/mime -.include <bsd.port.post.mk> +.include <bsd.port.mk> |