diff options
Diffstat (limited to 'devel/clanlib-devel/Makefile')
-rw-r--r-- | devel/clanlib-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile index d84c2f903f17..04dc72a727cc 100644 --- a/devel/clanlib-devel/Makefile +++ b/devel/clanlib-devel/Makefile @@ -41,6 +41,10 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + .if ${OSVERSION} < 500032 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport |