diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-11 12:32:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-11 12:32:05 +0800 |
commit | cfc310c801c1565028b8bd8bf0e5227b29961365 (patch) | |
tree | 5fc865e8df942740a6f7bee59e33790fc80b9e18 /sysutils | |
parent | e8449e5369160bc77710618557749aeabd1a4d8d (diff) | |
download | freebsd-ports-gnome-cfc310c801c1565028b8bd8bf0e5227b29961365.tar.gz freebsd-ports-gnome-cfc310c801c1565028b8bd8bf0e5227b29961365.tar.zst freebsd-ports-gnome-cfc310c801c1565028b8bd8bf0e5227b29961365.zip |
Does not compile on recent -9: needs SCSI fix.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/udfclient/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index 59a6d7cd0e24..6a1a52a95212 100644 --- a/sysutils/udfclient/Makefile +++ b/sysutils/udfclient/Makefile @@ -36,6 +36,10 @@ PLIST_FILES= bin/udfdump \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900043 +BROKEN= Does not compile on recent FreeBSD-9 +.endif + .if defined(WITH_FUSE) UDFCLIENTFS_NAME= udfclientfs UDFCLIENTFS_VERSION= 0.4 |