diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 03:25:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 03:25:29 +0000 |
commit | 9b44799b8a59481f1cc745e8df5837fd080b47f1 (patch) | |
tree | 48f657965e277871a2c43ebc5037b0f88b449fc2 /databases/glom/Makefile | |
parent | 2167bc17cac48f780a5c921ef63683842f19c215 (diff) | |
download | ports-9b44799b8a59481f1cc745e8df5837fd080b47f1.tar.gz ports-9b44799b8a59481f1cc745e8df5837fd080b47f1.zip |
Notes
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 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> |