diff options
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r-- | devel/libgsf/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 9bef796..51a54af 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -45,12 +45,4 @@ GCONF_SCHEMAS= gsf-office-thumbnailer.schemas PLIST_SUB+= THUMB="@comment " .endif -.include <bsd.port.pre.mk> - -.if defined(GSF_SLAVE) -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.X -.endif -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |