diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /graphics/fusefs-gphotofs | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) |
Notes
Diffstat (limited to 'graphics/fusefs-gphotofs')
-rw-r--r-- | graphics/fusefs-gphotofs/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/fusefs-gphotofs/Makefile b/graphics/fusefs-gphotofs/Makefile index 6372c235b49b..ba32ba973f7b 100644 --- a/graphics/fusefs-gphotofs/Makefile +++ b/graphics/fusefs-gphotofs/Makefile @@ -26,10 +26,4 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/gphotofs -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -IGNORE= depends on kernel module that requires FreeBSD 6 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |