diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
commit | 3cabe21a2dfb3b2b13910299e3c4c00d7d724d99 (patch) | |
tree | fc7606d0883621b7ad825f441375954cd70cf9a8 /devel/libgsf | |
parent | 3ba9992d2de718ebdcb0e0e484223c24c2614f4b (diff) | |
download | ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.tar.gz ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.zip |
Notes
Diffstat (limited to 'devel/libgsf')
-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 9bef7963aa5a..51a54afb68ad 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> |