diff options
Diffstat (limited to 'deskutils/offix-trash')
-rw-r--r-- | deskutils/offix-trash/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/offix-trash/Makefile b/deskutils/offix-trash/Makefile index 15a1fafedabf..50fb1127723b 100644 --- a/deskutils/offix-trash/Makefile +++ b/deskutils/offix-trash/Makefile @@ -17,8 +17,14 @@ COMMENT= Trash from OffiX LIB_DEPENDS= Dnd++.1:${PORTSDIR}/x11/libdnd +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + GNU_CONFIGURE= YES USE_GMAKE= YES USE_X_PREFIX= YES -.include <bsd.port.mk> +.include <bsd.port.post.mk> |