diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 21:46:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 21:46:39 +0000 |
commit | 7b64080d4c7da1fc1df3f0b0f7460fdf7ea75366 (patch) | |
tree | 45610cbc45b31788c362b3adfb50d382a81d66db /sysutils/fusefs-curlftpfs/Makefile | |
parent | 9ab2382fb63a2aecc4d1889dcc51d1f4604cb4d3 (diff) | |
download | ports-7b64080d4c7da1fc1df3f0b0f7460fdf7ea75366.tar.gz ports-7b64080d4c7da1fc1df3f0b0f7460fdf7ea75366.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-curlftpfs/Makefile')
-rw-r--r-- | sysutils/fusefs-curlftpfs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index 36126b14c564..956844bf27a1 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -24,4 +24,10 @@ USE_GNOME= glib20 MAN1= ${PORTNAME}.1 PLIST_FILES= bin/curlftpfs -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |