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/mysql-workbench51 | |
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/mysql-workbench51')
-rw-r--r-- | databases/mysql-workbench51/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/mysql-workbench51/Makefile b/databases/mysql-workbench51/Makefile index 8522c5fca6b9..5293d60e2389 100644 --- a/databases/mysql-workbench51/Makefile +++ b/databases/mysql-workbench51/Makefile @@ -45,10 +45,6 @@ LUA_COMPS= lua .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.x -.endif - .if ${PKGNAMESUFFIX} == 51 CONFLICTS= mysql-workbench-oss52* .endif |